interface DictionaryLanguage {
    active: boolean;
    code: string;
}

Properties

Properties

active: boolean
code: string