2
0
Files
bot/packages/models/src/utils.ts
Baptiste Arnaud 9fa4c7dffa ♻️ Normalize data
2022-01-06 09:40:56 +01:00

2 lines
72 B
TypeScript

export type Table<T> = { byId: { [key: string]: T }; allIds: string[] }