interface BlockedUserListQueryParams {
    limit?: number;
    userIdsFilter?: string[];
}

Hierarchy

  • BaseListQueryParams
    • BlockedUserListQueryParams

Properties

limit?: number

The maximum number of data per queried page.

userIdsFilter?: string[]

User IDs filter. User list containing the passed User IDs will be returned.