IFormGroup: {
    childGroups: IFormGroup[];
    formFields: IFormField[];
    groupType: "AND" | "OR";
}