interface I18nErrorMessage {
    i18nKey?: string;
    parameters?: string[];
}

Properties

i18nKey?: string
parameters?: string[]