Type Alias FormInputRecord

FormInputRecord: {
    [key: string]: TextFormInput | CustomFormInput;
}