interface LocalesDictionary {
    en: Locale;
    ru: Locale;
    [k: string]: Locale;
}

Indexable

[k: string]: Locale

Properties

Properties

en: Locale
ru: Locale

Generated using TypeDoc