Type alias BadgesByGameIdListParams
Badges
By
Game
Id
List
Params
: { gameId
: number; filter
?: Partial<Pick<Badge, "isEnabled" | "isLegacy">>; sort
?: { [ key in keyof Partial<Pick<Badge, "points">>]: Sort }; limit
?: number; }
Type declaration
-
gameId: number
-
Optional
filter?: Partial<Pick<Badge, "isEnabled" | "isLegacy">>
-
Optional
sort?: { [ key in keyof Partial<Pick<Badge, "points">>]: Sort }
-
Optional
limit?: number