export interface TokenData { token: string; expires_at: number; user_id: string; role: number; }