Skip to content

Commit

Permalink
chore: return genericObject for cli (Redocly#2178)
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexVarchuk authored Oct 4, 2022
1 parent 127ef26 commit cc9818c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions custom.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,5 @@ declare var reactHotLoaderGlobal: any;
interface Element {
scrollIntoViewIfNeeded(centerIfNeeded?: boolean): void;
}

type GenericObject = Record<string, any>;

0 comments on commit cc9818c

Please sign in to comment.