Skip to main content

Interface: IncubatorSearchParams

types/incubator.IncubatorSearchParams

IncubatorSearchParams interface.

Hierarchy

Properties

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/incubator.ts:33


Optional search: string

A search term.

Inherited from

BaseSearchParams.search

Defined in

types/baseParams.ts:24


status

Optional status: SCIncubatorStatusType

Valid values are from 0 to 3

Defined in

types/incubator.ts:29