langchain.js
    Preparing search index...

    Interface representing the response from the Confluence API.

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

    Properties

    Properties

    results: ConfluencePage[]
    size: number