@maschinenlesbar.org/strahlenschutz-cli
    Preparing search index...

    Interface FeatureCollection

    A WFS GetFeature response (GeoJSON FeatureCollection).

    interface FeatureCollection {
        features: Feature[];
        numberReturned?: number;
        timeStamp?: string;
        totalFeatures?: string | number;
        type: "FeatureCollection";
    }
    Index
    features: Feature[]
    numberReturned?: number
    timeStamp?: string
    totalFeatures?: string | number
    type: "FeatureCollection"