UNPKG

soda-angular

Version:
4 lines (3 loc) 204 B
import { Geometry } from 'geojson'; import { Location, FloatingTimestamp } from '../../datatypes'; export declare type ColumnType = string | number | boolean | Location | Geometry | FloatingTimestamp;