UNPKG

@golemio/parkings

Version:
10 lines (9 loc) 243 B
import { IGeoCoordinatesPoint } from "@golemio/core/dist/output-gateway"; export default interface ICentroidPg extends IGeoCoordinatesPoint { crs: { type: string; properties: { name: string; }; }; }