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


WebhookGetResponse type

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

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