@@ -0,0 +1,6 @@
export interface Vote {
id: number;
user_id: number;
user_ip: string;
vote_type: 'upvote' | 'downvote';
}
The note is not visible to the blocked user.