diff --git a/custom.d.ts b/custom.d.ts index 10c4180c..b0df57d6 100644 --- a/custom.d.ts +++ b/custom.d.ts @@ -23,3 +23,5 @@ declare var reactHotLoaderGlobal: any; interface Element { scrollIntoViewIfNeeded(centerIfNeeded?: boolean): void; } + +type GenericObject = Record;