A data structure to store i18n values.

interface I18NData {
    [key: string]: I18NValue;
}

Indexable

[key: string]: I18NValue

An i18n key

Generated using TypeDoc