export interface FormConfiguration { saveAutomatically: boolean; saveInterval: number; customizeFont: boolean; fontFamily: string; fontSize: number; enableDataExport: boolean; fileFormats: string[]; enableQuestionNumbering: boolean; questionNumbering: string; enableGoogleRecaptcha: boolean; googleRecaptchaKey: string; googleRecaptchaSecret: string; navigation: string; markAllQuestionsAsRequired: boolean; }