@umbraco-cms/backoffice
    interface UmbTemplateDetailModel {
        alias: string;
        content: null | string;
        entityType: "template";
        masterTemplate: null | { unique: string };
        name: string;
        unique: string;
    }
    Index

    Properties

    alias: string
    content: null | string
    entityType: "template"
    masterTemplate: null | { unique: string }
    name: string
    unique: string
    MMNEPVFCICPMFPCPTTAAATR