2
0
Files
bot/packages/models/utils.ts
2022-09-27 08:30:42 +02:00

2 lines
43 B
TypeScript

export type IdMap<T> = { [id: string]: T }