@salesforce/agents
    Preparing search index...

    Type Alias IndexingStatusResponse

    type IndexingStatusResponse = {
        indexingStatus: {
            currentStage?: string;
            lastUpdatedAt?: number;
            libraryId: string;
            stageDetails?: StageDetail[];
            status: string;
        };
    }
    Index

    Properties

    Properties

    indexingStatus: {
        currentStage?: string;
        lastUpdatedAt?: number;
        libraryId: string;
        stageDetails?: StageDetail[];
        status: string;
    }