interface ParticipantListQueryParams {
    limit?: number;
}

Hierarchy

  • BaseListQueryParams
    • ParticipantListQueryParams

Properties

Properties

limit?: number

The maximum number of data per queried page.