Delen via


StepsListResponse type

Bevat antwoordgegevens voor de lijstbewerking.

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