Type Alias: FieldOption
Makaio Framework / contracts / FieldOption
Type Alias: FieldOption
Section titled “Type Alias: FieldOption”FieldOption =
z.infer<typeofFieldOptionSchema>
Defined in: ../../../packages/contracts/src/shared/ui-config.ts:59
Option for select-type fields.
Each option represents a selectable choice in dropdown/select fields.
Type Composition
Section titled “Type Composition”FieldOptionz.infer<typeof FieldOptionSchema>typeof FieldOptionSchema
Resolved Shape
Section titled “Resolved Shape”type FieldOption = { value: string; label: string;};