export interface QuestionProps { id: string; question: string; answer: string; separator?: string; }