From 71ddd7d62b56281185bcf49cc7c8b4762d4e712e Mon Sep 17 00:00:00 2001 From: Johannes Fahrenkrug Date: Mon, 14 Nov 2016 16:03:55 -0500 Subject: [PATCH] Improve type definition for keymirror --- keymirror/index.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/keymirror/index.d.ts b/keymirror/index.d.ts index e8c28c6d34..1f2b6c01da 100644 --- a/keymirror/index.d.ts +++ b/keymirror/index.d.ts @@ -3,5 +3,5 @@ // Definitions by: Johannes Fahrenkrug // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -declare function KeyMirror(obj: Object): Object; +declare function KeyMirror(obj: {}): { [key: string]: string }; export = KeyMirror;