UNPKG

@golemio/parkings

Version:
5 lines (4 loc) 151 B
import { Feature } from "@golemio/core/dist/shared/geojson"; export interface IGenericFeature<T extends object> extends Feature { properties: T; }