Bagikan melalui


ProductsListNextResponse type

Berisi data respons untuk operasi listNext.

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