export interface SlsPermission {
    candidate: boolean;
    insider: boolean;
    admin: boolean;
}
