interface UmbTemplateDetailModel {
    alias: string;
    content: null | string;
    entityType: "template";
    masterTemplate: null | { unique: string };
    name: string;
    unique: string;
}

Properties

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