UNPKG

@coveo/platform-client

Version:

The main goal of this package is to provide an easy to configure and straightforward way of querying Coveo Cloud APIs using JavaScript.

12 lines (11 loc) 300 B
export interface DeprecatedPaginated { /** * The 0-based index number of the page of elements to retrieve. */ page?: number; /** * The number of elements to list per page. * @deprecated use @see {Paginated} and @see {perPage} instead. */ pageSize?: number; }