export interface UsersStatsInterface { total: number; active: number; inactive: number; }