interface GetContentProperty {
    expand?: string;
    id: string | number;
    key: string;
}

Properties

Properties

expand?: string

A comma separated list of properties to expand on the content properties. Default value: version.

id: string | number
key: string

Generated using TypeDoc v0.25.12