⚠️ Deprecated ⚠️

This feature is deprecated and will be removed in the future.

It is not recommended for use.

  • 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

Generated using TypeDoc