ExportIterationResponse type
Zawiera dane odpowiedzi dla operacji exportIteration.
type ExportIterationResponse = ExportModel & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: ExportModel
}
}