interface CopyPage {
    bodyParameters: CopyPageRequest;
    destinationPageId: string;
    expand: string[];
    id: string;
}

Properties

bodyParameters: CopyPageRequest
destinationPageId: string
expand: string[]
id: string

Generated using TypeDoc v0.25.12