interface LanguageEditData {
    active: boolean;
    dictionary: LanguageData;
}

Properties

Properties

active: boolean
dictionary: LanguageData