[fabric/core] Add EmptyRecord type to define an empty object structure

This commit is contained in:
Pablo Baleztena 2024-10-14 09:49:12 -03:00
parent 4171107227
commit b71ecb5de1

View File

@ -0,0 +1 @@
export type EmptyRecord = Record<string, never>;