Type alias BadgesListParams

BadgesListParams: {
    filter?: Partial<Pick<Badge, "gameId" | "title" | "isEnabled" | "isLegacy" | "isSteamGame">>;
    sort?: { [ key in keyof Partial<Pick<Badge, "points">>]: Sort };
    limit?: number;
}

Type declaration

  • Optional filter?: Partial<Pick<Badge, "gameId" | "title" | "isEnabled" | "isLegacy" | "isSteamGame">>
  • Optional sort?: { [ key in keyof Partial<Pick<Badge, "points">>]: Sort }
  • Optional limit?: number

Generated using TypeDoc