opensensemap-client
    Preparing search index...

    Variable COLUMNSConst

    COLUMNS: Struct<
        | "lat"
        | "height"
        | "boxId"
        | "boxName"
        | "exposure"
        | "lon"
        | "phenomenon"
        | "sensorType"
        | "unit",
        {
            boxId: "boxId";
            boxName: "boxName";
            exposure: "exposure";
            height: "height";
            lat: "lat";
            lon: "lon";
            phenomenon: "phenomenon";
            sensorType: "sensorType";
            unit: "unit";
        },
    > = ...