共用方式為


WebhookGenerateUriResponse type

包含 generateUri 作業的回應資料。

type WebhookGenerateUriResponse = {
  _response: msRest.HttpResponse & { bodyAsText: string; parsedBody: string }
  body: string
}