ProductsListNextResponse type

A listNext művelet válaszadatait tartalmazza.

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