mirror of
https://github.com/Steffo99/festa.git
synced 2025-01-05 13:29:44 +00:00
2 lines
43 B
TypeScript
2 lines
43 B
TypeScript
|
export type Dict<T> = { [key: string]: T }
|