type ResetSecurityQuestions = {
    current_password: string;
    secret_question_1: string;
    secret_answer_1: string;
    secret_question_2: string;
    secret_answer_2: string;
};
export type { ResetSecurityQuestions };
