Поделиться через


ExportIterationResponse type

Содержит данные ответа для операции exportIteration.

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