i18nMap.ts 85 B

1234567
  1. type i18nMap = {
  2. [key: string]: {
  3. [key: string]: string;
  4. }
  5. }
  6. export { i18nMap };