UNPKG

@spartacus/core

Version:

Spartacus - the core framework

11 lines (10 loc) 221 B
export interface TranslationResources { [lang: string]: { [chunkName: string]: { [key: string]: any; }; }; } export interface TranslationChunksConfig { [chunk: string]: string[]; }