langchain.js
    Preparing search index...

    Interface representing a Confluence page.

    interface ConfluencePage {
        body: { storage: { value: string } };
        id: string;
        status: string;
        title: string;
        type: string;
        version?: { by: { displayName: string }; number: number; when: string };
    }
    Index

    Properties

    body: { storage: { value: string } }
    id: string
    status: string
    title: string
    type: string
    version?: { by: { displayName: string }; number: number; when: string }