type SNNU = string | number | null | undefined export type TextValue = SNNU export type DecimalValue = SNNU export type TextEditorValue = SNNU export type SimpleSelectValue = string | string[] | null | undefined export type DataFetchingSelectValue = string | string[] export type DatepickerValue = string | null | undefined export type DateTimePickerValue = string | null | undefined export type FileUploadValue = string | string[] | undefined export type SliderValue = number | undefined export type FlatpickrTimePickerValue = string | null | undefined