Delen via


WebhookGetResponse type

Bevat antwoordgegevens voor de get-bewerking.

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