Home > @vsf-enterprise/bigcommerce-api > PaginationLinks

Pagination links for the previous and next parts of the whole collection.

Signature:

export interface PaginationLinks 

# Properties

Property Type Description
current? string (Optional) Link to the current page returned in the response.
next? string (Optional) Link to the next page returned in the response.
previous? string (Optional) Link to the previous page returned in the response.