/** * Operation type definitions for the PostGIS extension. * * Re-export from types module for public API. */ export type { OperationTypes, QueryOperationTypes } from '../types/operation-types';