CLOVER Website - v0.3.1
    Preparing search index...

    Type Alias UserSettings

    type UserSettings = {
        active_threshold: number;
        bug_percentage: number;
        enable_quiz: boolean;
        give_suggestions: boolean;
        pass_rate: number;
        show_notifications: boolean;
        suspend_rate: number;
        suspend_threshold: number;
    }
    Index

    Properties

    active_threshold: number
    bug_percentage: number
    enable_quiz: boolean
    give_suggestions: boolean
    pass_rate: number
    show_notifications: boolean
    suspend_rate: number
    suspend_threshold: number