Alokai

PaginationLinks

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

interface PaginationLinks {
	current?: string;
	next?: string;
	previous?: string;
}

Properties

NameRequiredTypeDescription
currentOptionalstringLink to the current page returned in the response.
nextOptionalstringLink to the next page returned in the response.
previousOptionalstringLink to the previous page returned in the response.

On this page