UNPKG

graphql-scalars

Version:

A collection of scalar types not included in base GraphQL.

11 lines (10 loc) 342 B
export {}; /*type GeoJSONObject = { type: 'Feature' | 'FeatureCollection' | Geometry['type']; geometry?: Geometry; geometries?: Geometry[]; coordinates?: any; properties?: { [key: string]: any } | null; features?: GeoJSONObject[]; bbox?: [number, number, number, number] | [number, number, number, number, number, number]; };*/