mirror of
https://github.com/Redocly/redoc.git
synced 2025-08-02 19:30:19 +03:00
chore: return genericObject for cli
This commit is contained in:
parent
127ef260b9
commit
baa33a0513
2
custom.d.ts
vendored
2
custom.d.ts
vendored
|
@ -23,3 +23,5 @@ declare var reactHotLoaderGlobal: any;
|
||||||
interface Element {
|
interface Element {
|
||||||
scrollIntoViewIfNeeded(centerIfNeeded?: boolean): void;
|
scrollIntoViewIfNeeded(centerIfNeeded?: boolean): void;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
type GenericObject = Record<string, any>;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user