export interface IContactQuestion { id: number; question: string; answer: string; }