1
0
Fork 1
mirror of https://example.com synced 2024-11-23 08:36:38 +09:00
firefish/locales/index.d.ts

6 lines
118 B
TypeScript
Raw Normal View History

type Locale = { [key: string]: string };
declare const locales: { [lang: string]: Locale };
export default locales;