Interface ILocales

interface ILocales {
    [key: string]: ILanguagePack;
}

Indexable

[key: string]: ILanguagePack