Type alias ViewerLocale

ViewerLocale: {
    [lang: string]: ViewerLocaleLanguage;
}

Type declaration