🏷️ upgrade typing (#1192)
This commit is contained in:
parent
bc71e1eaed
commit
e0cc5164fe
|
|
@ -14,7 +14,7 @@ declare global {
|
|||
}
|
||||
}
|
||||
|
||||
export type ObjectType = Record<string, unknown>;
|
||||
export type ObjectType = Record<string, any>;
|
||||
|
||||
export type Entry =
|
||||
| string
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user