export interface SlsPublicUserData {
    // true if user pass the "wizard"
    matchingsCalculable: boolean;
}
