@umbraco-cms/backoffice
    interface UmbStylesheetItemModel {
        entityType: "stylesheet" | "stylesheet-folder";
        isFolder: boolean;
        name: string;
        unique: string;
    }
    Index

    Properties

    entityType: "stylesheet" | "stylesheet-folder"
    isFolder: boolean
    name: string
    unique: string
    MMNEPVFCICPMFPCPTTAAATR