@salesforce/agents
    Preparing search index...

    Type Alias DataLibraryDetail

    type DataLibraryDetail = {
        dataSpaceScopeId?: string;
        description?: string;
        developerName: string;
        groundingSource?: {
            groundingFileRefs?: GroundingFileRef[];
            groundingSourceType?: string;
            [key: string]: unknown;
        };
        libraryId: string;
        masterLabel: string;
        retrieverId?: string;
        retrieverLabel?: string;
        sourceType: string;
        status?: string;
    }
    Index

    Properties

    dataSpaceScopeId?: string
    description?: string
    developerName: string
    groundingSource?: {
        groundingFileRefs?: GroundingFileRef[];
        groundingSourceType?: string;
        [key: string]: unknown;
    }
    libraryId: string
    masterLabel: string
    retrieverId?: string
    retrieverLabel?: string
    sourceType: string
    status?: string