export interface Question { name: string; message: string; default?: string; options?: string[]; }