Skip to content

Interface: ReviewFormFieldBase

Shared shape across every entry in fields[].

Extended by

Properties

error_messages?

ts
optional error_messages?: Record<string, string> | unknown[];

field_key

ts
field_key: string;

label

ts
label: string;

validation

ts
validation: {
  required: boolean;
} & Record<string, unknown>;

Type Declaration

required
ts
required: boolean;