Bagikan melalui


WebhookGetResponse type

Berisi data respons untuk operasi get.

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