GetCustomModelsResponse type

Contains response data for the getCustomModels operation.

type GetCustomModelsResponse = ModelsResult & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: ModelsResult
  }
}