共用方式為


GetCustomModelResponse type

包含 getCustomModel 作業的回應資料。

type GetCustomModelResponse = ModelResult & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: ModelResult
  }
}