src/module/faq.item.ts
answer: string
string
id: string
question: string
export interface FaqItem { id?: string; question: string; answer: string; }