export interface GeneralConfig { title?: string; description?: string; endpoints?: any; survey?: any; parameters?: any; }