2 lines
43 B
TypeScript
2 lines
43 B
TypeScript
export type IdMap<T> = { [id: string]: T }
|
export type IdMap<T> = { [id: string]: T }
|