All files / nestjs-i18n/dist i18n.constants.d.ts

0% Statements 0/0
0% Branches 0/0
0% Functions 0/0
0% Lines 0/0

Press n or j to go to the next uncovered block, b, p or k for the previous block.

1 2 3 4 5 6 7 8 9 10 11                     
export declare const I18N_OPTIONS = "I18nOptions";
export declare const I18N_TRANSLATIONS = "I18nTranslations";
export declare const I18N_LANGUAGES = "I18nLanguages";
export declare const I18N_RESOLVER_OPTIONS = "I18nResolverOptions";
export declare const I18N_RESOLVERS = "I18nResolvers";
export interface I18nTranslation {
    [key: string]: {
        [key: string]: string;
    };
}