共用方式為


WebhookUpdateResponse type

包含更新作業的回應資料。

type WebhookUpdateResponse = Webhook & {
  _response: msRest.HttpResponse & { bodyAsText: string; parsedBody: Webhook }
}