TrainProjectResponse type

Berisi data respons untuk operasi trainProject.

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