AttachmentsGetAttachmentInfoResponse type
Contiene i dati di risposta per l'operazione getAttachmentInfo.
type AttachmentsGetAttachmentInfoResponse = AttachmentInfo & {
_response: HttpResponse & { bodyAsText: string, parsedBody: AttachmentInfo },
}