共用方式為


GetCustomModelsResponse type

包含 getCustomModels 作業的回應資料。

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