import { Feature } from "@golemio/core/dist/shared/geojson"; export interface IGenericFeature extends Feature { properties: T; }