AttachmentsGetAttachmentInfoResponse type
Contém dados de resposta para a operação getAttachmentInfo.
type AttachmentsGetAttachmentInfoResponse = AttachmentInfo & {
_response: HttpResponse & { bodyAsText: string, parsedBody: AttachmentInfo },
}