Aracılığıyla paylaş


WebhookGenerateUriResponse type

generateUri işlemi için yanıt verilerini içerir.

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