File

projects/core/src/i18n/translation-resources.ts

Indexable

[lang: string]: literal type
export interface TranslationResources {
  [lang: string]: {
    [chunkName: string]: {
      [key: string]: any;
    };
  };
}
export interface TranslationChunksConfig {
  [chunk: string]: string[];
}

result-matching ""

    No results matching ""