Interface representing the response from the Confluence API.

interface ConfluenceAPIResponse {
    results: ConfluencePage[];
    size: number;
}

Properties

Properties

results: ConfluencePage[]
size: number

Generated using TypeDoc