AttachmentsGetAttachmentInfoResponse type
Contiene datos de respuesta para la operación getAttachmentInfo.
type AttachmentsGetAttachmentInfoResponse = AttachmentInfo & {
_response: HttpResponse & { bodyAsText: string, parsedBody: AttachmentInfo },
}