Skip to content
Guides API

StatisticRecord

StatisticRecord = object

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

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

group: Record<string, unknown>

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


statistics: Record<string, unknown>

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