共用方式為


GetIterationResponse type

包含 getIteration 作業的回應資料。

type GetIterationResponse = Iteration & {
  _response: msRest.HttpResponse & { bodyAsText: string; parsedBody: Iteration }
}