[fabric/core] Add EmptyRecord type to define an empty object structure
This commit is contained in:
parent
4171107227
commit
b71ecb5de1
1
packages/fabric/core/src/types/record.ts
Normal file
1
packages/fabric/core/src/types/record.ts
Normal file
@ -0,0 +1 @@
|
||||
export type EmptyRecord = Record<string, never>;
|
||||
Loading…
Reference in New Issue
Block a user