1
1
mirror of https://github.com/kokonect-link/cherrypick synced 2024-12-14 14:48:53 +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;