UpdateIterationResponse type

updateIteration işlemi için yanıt verilerini içerir.

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