Поделиться через


ProductsListNextResponse type

Содержит данные ответа для операции listNext.

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