Delen via


PublishIterationResponse type

Bevat antwoordgegevens voor de publishIteration-bewerking.

type PublishIterationResponse = {
  _response: msRest.HttpResponse & { bodyAsText: string; parsedBody: boolean }
  body: boolean
}