UNPKG

@graphile/postgis

Version:

PostGIS support for PostGraphile

8 lines (7 loc) 175 B
export declare type Subtype = 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7; export interface GISTypeDetails { subtype: Subtype; hasZ: boolean; hasM: boolean; srid: number; }