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]: unknownProperties
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;