interface GetContentDescendantsOfType {
    expand?: string;
    id: string | number;
    limit?: number;
    start?: number;
    type: string;
}

Properties

expand?: string

A comma separated list of properties to expand on the descendants

id: string | number
limit?: number

(optional, default: site limit) how many items should be returned after the start index

start?: number

(optional, default: 0) the index of the first item within the result set that should be returned

type: string

Generated using TypeDoc v0.25.12