Sporades SDK API
    Preparing search index...

    Type Alias UploadCompleteEvent

    Upload completion event for a single file upload.

    type UploadCompleteEvent = {
        file: FileMetadata;
        type: "complete";
    }
    Index
    type: "complete"