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

File "votable-model.ts"

Full Path: /home/markqprx/iniasli.pro/resources/client/votes/votable-model.ts
File size: 193 bytes
MIME-type: text/plain
Charset: utf-8

export interface VotableModel {
  id: number;
  upvotes: number;
  downvotes: number;
  score: number;
  model_type: string;
  current_vote?: 'upvote' | 'downvote';
  reports_count?: number;
}