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

    Interface AlertGeometry

    GeoJSON-ish geometry as delivered by the API (Polygon for alert areas).

    interface AlertGeometry {
        coordinates: unknown;
        type: string;
    }
    Index
    coordinates: unknown
    type: string