export type SecurityQuestion = { _id?: string; id?: string; question: string; answer: string; };