Compartilhar via


WebhookGetResponse type

Contém dados de resposta para a operação get.

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