jmap-kit
    Preparing search index...

    Type Alias BlobUploadRequestInvocationArgs

    The arguments for uploading Blob objects via a Blob/upload call

    type BlobUploadRequestInvocationArgs = {
        accountId: Id;
        create: { [id: string]: UploadObject };
    }
    Index

    Properties

    Properties

    accountId: Id

    The accountId of the account to upload the blob to

    create: { [id: string]: UploadObject }

    The blobs to upload