Skip to main content

Interface: LoyaltyGetPrizeParams

types/prize.LoyaltyGetPrizeParams

LoyaltyGetPrizeParams interface

Hierarchy

Properties

active

Optional active: string

Filter by active only for editor or admin users

Defined in

types/prize.ts:12


limit

Optional limit: number

Number of results to return per page.

Inherited from

BaseSearchParams.limit

Defined in

types/baseParams.ts:9


offset

Optional offset: number

The initial index from which to return the results.

Inherited from

BaseSearchParams.offset

Defined in

types/baseParams.ts:13


ordering

Optional ordering: string

Which field to use when ordering the results

Defined in

types/prize.ts:16


Optional search: string

A search term.

Inherited from

BaseSearchParams.search

Defined in

types/baseParams.ts:24