1
1
mirror of https://github.com/kokonect-link/cherrypick synced 2024-12-13 14:18:26 +09:00
cherrypick/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;