export interface User { id: number; username: string; password_hash: string; role: string; created_at: string; }