export namespace IFaq { export interface Item { question: string; answer: string; link?: string; } }