Delen via


PublishIterationResponse type

Bevat antwoordgegevens voor de publicatiebewerking.

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