ModelDeleteHierarchicalEntityResponse type
Contains response data for the deleteHierarchicalEntity operation.
type ModelDeleteHierarchicalEntityResponse = OperationStatus & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: OperationStatus
}
}