Compartir a través de


AttachmentsGetAttachmentInfoResponse type

Contiene datos de respuesta para la operación getAttachmentInfo.

type AttachmentsGetAttachmentInfoResponse = AttachmentInfo & {
  _response: HttpResponse & { bodyAsText: string, parsedBody: AttachmentInfo },
}