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

    Interface UploadStatusResponse

    Upload status response

    interface UploadStatusResponse {
        file_id: string;
        status: string;
        progress?: number;
        message?: string;
    }
    Index

    Properties

    file_id: string
    status: string
    progress?: number
    message?: string