interface ContentTemplate {
    _expandable: {
        body?: string;
    };
    _links: GenericLinks;
    body?: Models.ContentBody;
    description: string;
    labels: Models.Label[];
    name: string;
    templateId: string;
    templateType: string;
}

Properties

_expandable: {
    body?: string;
}

Type declaration

  • Optional body?: string
_links: GenericLinks
description: string
labels: Models.Label[]
name: string
templateId: string
templateType: string

Generated using TypeDoc v0.25.12