Type Alias KeplerFieldTypeExperimental

KeplerFieldType:
    | "boolean"
    | "date"
    | "geojson"
    | "integer"
    | "point"
    | "real"
    | "string"
    | "timestamp"

Kepler field types the bridge emits. Kepler's own vocabulary is wider (h3, geoarrow, …); anything absent here is reported as an unsupported mapping rather than guessed at.