@cpod/sdk - v0.2.7
    Preparing search index...

    Interface DocumentSource

    Available data source

    Use SourceInfo instead

    interface DocumentSource {
        id: string;
        name: string;
        type: string;
        documentCount: number;
    }
    Index

    Properties

    id: string

    Source identifier

    name: string

    Display name

    type: string

    Source type (e.g., "database", "api", "file")

    documentCount: number

    Number of documents in this source