ExportIterationResponse type

Contains response data for the exportIteration operation.

type ExportIterationResponse = ExportModel & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: ExportModel
  }
}