interface JLanguageOptions {
    en: string;
    es: string;
    fr: string;
}

Properties

Properties

en: string
es: string
fr: string