Type alias ResourceBundle

ResourceBundle: {
    lng: LocaleString;
    resources: typeof englishLibrary;
}

Type declaration