ModelAddEntityResponse type

Contains response data for the addEntity operation.

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