interface UmbLanguageDetailModel {
    entityType: "language";
    fallbackIsoCode: null | string;
    isDefault: boolean;
    isMandatory: boolean;
    name: string;
    unique: string;
}

Properties

entityType: "language"
fallbackIsoCode: null | string
isDefault: boolean
isMandatory: boolean
name: string
unique: string
MMNEPVFCICPMFPCPTTAAATR