interface GetSpace {
    expand?: string[];
    spaceKey: string;
}

Properties

Properties

expand?: string[]

A multi-value parameter indicating which properties of the content to expand.

spaceKey: string

The key of the space to be returned.

Generated using TypeDoc v0.25.12