共用方式為


StepsListResponse type

包含清單作業的回應資料。

type StepsListResponse = StepResource[] & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: StepResource[]
  }
}