MapComplete/Models/ThemeConfig/Json/Translatable.ts

2 lines
59 B
TypeScript
Raw Normal View History

2023-06-26 10:23:42 +02:00
export type Translatable = string | Record<string, string>