共用方式為


AttachmentsGetAttachmentInfoResponse type

包含 getAttachmentInfo 作業的響應數據。

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