export interface UserTicketStats { user: string; open: number; closed: number; resolved: number; total: number; url: string; }