UpdateIterationResponse type

updateIteration 操作の応答データを格納します。

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