ExportIterationResponse type

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

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