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