共用方式為


PublishIterationResponse type

包含 publishIteration 作業的回應資料。

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