• Import from "@langchain/community/document_loaders/web/confluence" instead. This entrypoint will be removed in 0.3.0.

Interface representing the response from the Confluence API.

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

Properties

Properties

results: ConfluencePage[]
size: number