Skip to main content

Interface: BaseSearchParams

types/baseParams.BaseSearchParams

BaseSearchParams interface

Hierarchy

Properties

limit

Optional limit: number

Number of results to return per page.

Inherited from

BaseGetParams.limit

Defined in

types/baseParams.ts:9


offset

Optional offset: number

The initial index from which to return the results.

Inherited from

BaseGetParams.offset

Defined in

types/baseParams.ts:13


Optional search: string

A search term.

Defined in

types/baseParams.ts:24