import { FormFields } from "./form-fields"; export interface FormGroup { name?: string; group: FormFields[]; }