UNPKG

@golemio/parkings

Version:
6 lines (5 loc) 159 B
import { Point } from "@golemio/core/dist/shared/geojson"; export declare class PointSchema implements Point { type: "Point"; coordinates: number[]; }