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