StepsListResponse type

Contains response data for the list operation.

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