jmap-kit
    Preparing search index...

    Type Alias DataCreatedObject

    type DataCreatedObject = {
        id: Id;
        size: UnsignedInt;
        type: string | null;
    }
    Index

    Properties

    Properties

    id: Id

    The blobId that was created.

    The size of the created blob in octets.

    type: string | null

    The media type as given in the creation (if any). If not provided, the server MAY perform content analysis and return one of the following: the calculated value, application/octet-string, or null.