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;