Skip to content

Interface: UnknownReviewFormField

Fallback shape for field_type values the SDK does not yet recognize. Lets callers no-op render unknown fields without crashing when the API introduces new types.

Indexable

ts
[key: string]: unknown

Properties

field_id?

ts
optional field_id?: number;

field_key?

ts
optional field_key?: string;

field_type

ts
field_type: string;

label?

ts
optional label?: string;