ModelGetRegexEntityEntityInfoResponse type

Contains response data for the getRegexEntityEntityInfo operation.

type ModelGetRegexEntityEntityInfoResponse = RegexEntityExtractor & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: RegexEntityExtractor
  }
}