import { Contact } from './contact.interface'; export interface Question { btnLink?: string; contact?: Contact; label?: string; mandatory?: boolean; maxSize?: number; order?: number; type?: string; }