WebhookGenerateUriResponse type
Contiene datos de respuesta para la operación generateUri.
type WebhookGenerateUriResponse = {
_response: msRest.HttpResponse & { bodyAsText: string; parsedBody: string }
body: string
}