2 lines
46 B
TypeScript
2 lines
46 B
TypeScript
export type Dict_t<T> = { [key: string]: T };
|
export type Dict_t<T> = { [key: string]: T };
|