Interface SpatialAggregationCountValue

interface SpatialAggregationCountValue {
    approximate?: boolean;
    kind: "count";
    value: number;
}

Properties

approximate?: boolean
kind
value: number