Freigeben über


AttachmentsGetAttachmentInfoResponse type

Enthält Antwortdaten für den getAttachmentInfo-Vorgang.

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