ModelGetHierarchicalEntityChildResponse type

Contains response data for the getHierarchicalEntityChild operation.

type ModelGetHierarchicalEntityChildResponse = HierarchicalChildEntity & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: HierarchicalChildEntity
  }
}