Type alias UploadAssetOptions

UploadAssetOptions: UploadOptions & {
    contentType: string;
    data: AttachmentUploadData;
    fileName: string;
}

Type declaration

  • contentType: string

    A standard MIME type describing the format of the contents

  • data: AttachmentUploadData

    The file data to upload

  • fileName: string

    The name of the file being uploaded