Share via


ModelAddEntityResponse type

Contiene datos de respuesta para la operación addEntity.

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