/** * View types */ export type ColumnType = "string" | "date" | "datetime" | "integer" | "float" | "boolean";