Choreo Display SDK - v0.2.0
    Preparing search index...

    Interface UploadStatus

    interface UploadStatus {
        error?: string;
        found: boolean;
        retrievalUrl?: string;
        status?: string;
    }
    Index
    error?: string
    found: boolean
    retrievalUrl?: string
    status?: string