diretto/src/types.ts

2 lines
44 B
TypeScript
Raw Normal View History

2019-07-16 16:04:43 +02:00
export type Dict<T> = { [key: string]: T };