Type Alias AttachmentResponseTypeBeta

AttachmentResponseType:
    | "text"
    | "blob"
    | "arrayBuffer"
    | "json"
    | "url"

Response type for attachments.