export interface UniFormFieldOption { label?: string; value?: string | number; disabled?: boolean; fields?: string[]; }