export interface FormGenModel { label: string; value: string; id?: string; autofocus?: boolean; size?: string; formArray?: string; required?: boolean; name?: string; type?: string; }