Package version:

Interface Index

interface Index {
    dataType:
        | "Number"
        | "String"
        | "Point"
        | "LineString"
        | "Polygon"
        | "MultiPolygon";
    kind: "Range" | "Spatial";
    precision?: number;
}

Properties

dataType:
    | "Number"
    | "String"
    | "Point"
    | "LineString"
    | "Polygon"
    | "MultiPolygon"
kind: "Range" | "Spatial"
precision?: number