共用方式為


GetIterationsResponse type

包含 getIterations 作業的回應資料。

type GetIterationsResponse = Iteration[] & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: Iteration[]
  }
}