Type alias BadgesByGameIdListParams

BadgesByGameIdListParams: {
    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

Generated using TypeDoc