AttachmentsGetAttachmentInfoResponse type

Contains response data for the getAttachmentInfo operation.

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