i18nMap.d.ts 99 B

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