Skip to main content

Interface: UserGetParams

types/user.UserGetParams

BaseGetParams interface

Hierarchy

Properties

limit

Optional limit: number

Number of results to return per page.

Inherited from

BaseGetParams.limit

Defined in

types/baseParams.ts:9


mutual

Optional mutual: number

Defined in

types/user.ts:52


offset

Optional offset: number

The initial index from which to return the results.

Inherited from

BaseGetParams.offset

Defined in

types/baseParams.ts:13