/** * Codec type definitions for the PostGIS extension. * * Re-export from types module for public API. */ export type { CodecTypes, Geometry } from '../types/codec-types';