Поделиться через


WebhookGenerateUriResponse type

Содержит данные ответа для операции generateUri.

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