ProductList interface

Pageable list of products.

Properties

nextLink

URI to the next page.

value

List of products.

Property Details

URI to the next page.

nextLink?: string

Property Value

string

value

List of products.

value?: Product[]

Property Value