Type Alias FormInputGroup

FormInputGroup: Omit<{
    [key: string]: TextFormInput | CustomFormInput | FormInputRecord;
}, "label" | "value">