Interface Internationalizable

interface Internationalizable {
    i18n?: string;
}

Hierarchy (view full)

Properties

Properties

i18n?: string

Generated using TypeDoc