♻️ Normalize data
This commit is contained in:
1
packages/models/src/utils.ts
Normal file
1
packages/models/src/utils.ts
Normal file
@ -0,0 +1 @@
|
||||
export type Table<T> = { byId: { [key: string]: T }; allIds: string[] }
|
Reference in New Issue
Block a user