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

    Interface SourceInfo

    Source information with document and file counts

    interface SourceInfo {
        id: string;
        name: string;
        type: "source" | "project";
        documentCount: number;
        fileCount?: number | null;
    }
    Index

    Properties

    id: string

    Source identifier

    name: string

    Display name

    type: "source" | "project"

    Type: "source" or "project"

    documentCount: number

    Number of documents/chunks in this source

    fileCount?: number | null

    Number of files in this source