Interface Feature

interface Feature {
    geometry: Geometry;
    properties:
        | object
        | Location
        | Station
        | Stop;
    type: "Feature";
}

Properties

geometry: Geometry
properties:
    | object
    | Location
    | Station
    | Stop
type: "Feature"