JFIFxxC      C  " }!1AQa"q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz w!1AQaq"2B #3Rbr{ gilour

File "vote.ts"

Full Path: /home/markqprx/iniasli.pro/client/votes/vote.ts
File size: 114 bytes
MIME-type: text/plain
Charset: utf-8

export interface Vote {
  id: number;
  user_id: number;
  user_ip: string;
  vote_type: 'upvote' | 'downvote';
}