export interface SlsStatistics {
    users: number;
    usersWithProfile: number;
    matchingsCalculable: number;
}
