@umbraco-cms/backoffice

    Interface UmbLanguageDetailModel

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

    Properties

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