export interface SpecUI { ControlType?: 'Text' | 'DropDown' | 'Checkbox' | 'Range'; }