@not3/sdk
    Preparing search index...

    Type Alias FileUploadProgress

    FileUploadProgress: {
        [part: number]: { etag?: string; state: FileUploadState };
    }

    A map of the progress of each part of a file upload.

    Type declaration