AttachmentsGetAttachmentInfoResponse type

getAttachmentInfo 操作の応答データを格納します。

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