Bagikan melalui


WebhookGenerateUriResponse type

Berisi data respons untuk operasi generateUri.

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