Freigeben über


ProductsListNextResponse type

Enthält Antwortdaten für den listNext-Vorgang.

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