export interface ResourceFaq { id: string; position: number; question: string; answer: string; }