import { Geometry } from 'geojson'; import { Location, FloatingTimestamp } from '../../datatypes'; export type ColumnType = string | number | boolean | Location | Geometry | FloatingTimestamp;