From 11212af2fba94d18a8ef58fff84bd4a79110c515 Mon Sep 17 00:00:00 2001 From: akumarsingh Date: Wed, 18 Mar 2020 15:28:38 -0400 Subject: [PATCH] reverting previous change --- src/types/index.d.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/types/index.d.ts b/src/types/index.d.ts index 09bef13d..8103c2ef 100644 --- a/src/types/index.d.ts +++ b/src/types/index.d.ts @@ -2,7 +2,7 @@ export * from './open-api'; export type Omit = Pick>; declare global { - // type Dict = { - // [key: string]: T; - // }; + type Dict = { + [key: string]: T; + }; }