Skip to content

StatisticRecord

StatisticRecord = object

Defined in: src/ExpoArcgis.types.ts:421

One row of a statistics query — the group field values plus the computed statistics.

group: Record<string, unknown>

Defined in: src/ExpoArcgis.types.ts:422


statistics: Record<string, unknown>

Defined in: src/ExpoArcgis.types.ts:423