共用方式為


TestJobStreamsListByTestJobNextResponse type

包含 listByTestJobNext 作業的響應數據。

type TestJobStreamsListByTestJobNextResponse = JobStreamListResult & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: JobStreamListResult
  }
}