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

File "access-token.ts"

Full Path: /home/markqprx/iniasli.pro/resources/client/auth/access-token.ts
File size: 229 bytes
MIME-type: text/plain
Charset: utf-8

export interface AccessToken {
  id: number;
  tokenable_type: string;
  tokenable_id: number;
  name: string;
  token?: string;
  abilities: string[];
  last_used_at: string | null;
  created_at: string;
  updated_at: string;
}