Skip to content

Commit

Permalink
feat: votes field
Browse files Browse the repository at this point in the history
  • Loading branch information
Fyrlex committed Jul 14, 2024
1 parent 19fb386 commit 156da8c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/payloads/User.ts
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,10 @@ export interface APICountingUser<IDType> {
* The timestamp when the user last voted
*/
votedAt: number;
/**
* The number of votes the user has
*/
votes: boolean;
/**
* The boosting status of the user
*/
Expand Down

0 comments on commit 156da8c

Please sign in to comment.