jmap-kit
    Preparing search index...

    Type Alias BlobCopyRequestInvocationArgs

    The arguments to copy Blob objects via a Blob/copy call

    type BlobCopyRequestInvocationArgs = {
        accountId: Id;
        blobIds: Id[];
        fromAccountId: Id;
    }
    Index

    Properties

    accountId: Id

    The accountId of the account to copy the blobs to

    blobIds: Id[]

    The blobIds to copy

    fromAccountId: Id

    The accountId of the account to copy the blobs from