Type Alias AttachmentTypeBeta

AttachmentType:
    | string
    | Blob
    | ArrayBuffer
    | Record<string, any>

Type for attachments.