AttachmentsGetAttachmentInfoResponse type
包含 getAttachmentInfo 操作的响应数据。
type AttachmentsGetAttachmentInfoResponse = AttachmentInfo & {
_response: HttpResponse & { bodyAsText: string, parsedBody: AttachmentInfo },
}