jmap-kit
    Preparing search index...

    Type Alias JMAPUploadResponse

    JMAPUploadResponse

    The response object from a successful file upload operation.

    type JMAPUploadResponse = {
        accountId: Id;
        blobId: Id;
        size: number;
        type: string;
    }
    Index

    Properties

    accountId: Id

    The id of the account the file was uploaded to.

    blobId: Id

    A unique identifier for the uploaded blob.

    size: number

    The size of the file in octets.

    type: string

    The media type of the file, as specified in the Content-Type header.