export type ISetting = {
    active_timer: string;
    timer_time: number;
    flat: string;
    allow_negative_mark: string;
    negative_percentage: number;
    mcq_question: string;
    quiz_attempt: number;
}