共用方式為


ProductsListNextResponse type

包含 listNext 作業的響應數據。

type ProductsListNextResponse = ProductList & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: ProductList
  }
}