Sanity Library Reference Docs
    Preparing search index...

    Type Alias UploadProgressEventBeta

    type UploadProgressEvent = {
        patches: FormPatch[] | null;
        type: "uploadProgress";
    }
    Index

    Properties

    Properties

    patches: FormPatch[] | null
    type: "uploadProgress"