6
common/resources/client/votes/vote.ts
Executable file
6
common/resources/client/votes/vote.ts
Executable file
@@ -0,0 +1,6 @@
|
||||
export interface Vote {
|
||||
id: number;
|
||||
user_id: number;
|
||||
user_ip: string;
|
||||
vote_type: 'upvote' | 'downvote';
|
||||
}
|
||||
Reference in New Issue
Block a user