Type Alias ParamData

ParamData: ParamSelectors & {
    onChange: ((value: string | number | boolean) => void);
}