import { ICustomDatabaseType } from './ICustomDatabaseType'; export type SelectableColumnTypes = string | number | boolean | Date | undefined | null | any[] | ICustomDatabaseType;