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