🏷️ upgrade typing (#1192)

This commit is contained in:
yangdan8 2021-01-07 12:30:54 +08:00 committed by GitHub
parent bc71e1eaed
commit e0cc5164fe

View File

@ -14,7 +14,7 @@ declare global {
}
}
export type ObjectType = Record<string, unknown>;
export type ObjectType = Record<string, any>;
export type Entry =
| string