WebhookGenerateUriResponse type

Contains response data for the generateUri operation.

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