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

    Interface GeoJsonFeature

    interface GeoJsonFeature {
        geometry: unknown;
        properties: Record<string, unknown>;
        type: "Feature";
    }
    Index
    geometry: unknown
    properties: Record<string, unknown>
    type: "Feature"