updux/src/types.ts

3 lines
42 B
TypeScript
Raw Normal View History

2021-10-15 16:41:58 +00:00
export type Dict<T> = Record<string, T>;