interface ContentBody {
    _expandable: {
        content?: string;
    };
    embeddedContent?: ServerModels.EmbeddedContent[];
    representation: string;
    value: string;
    webresource?: ServerModels.WebResourceDependencies;
}

Properties

_expandable: {
    content?: string;
}

Type declaration

  • Optional content?: string
embeddedContent?: ServerModels.EmbeddedContent[]
representation: string
value: string

Generated using TypeDoc v0.25.12