chore: return genericObject for cli

This commit is contained in:
Alex Varchuk 2022-09-29 14:54:31 +03:00
parent 127ef260b9
commit baa33a0513
No known key found for this signature in database
GPG Key ID: F1FD9569DC4AED04

2
custom.d.ts vendored
View File

@ -23,3 +23,5 @@ declare var reactHotLoaderGlobal: any;
interface Element {
scrollIntoViewIfNeeded(centerIfNeeded?: boolean): void;
}
type GenericObject = Record<string, any>;