Skip to content
Guides API

StatisticRecord

StatisticRecord = object

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

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

group: Record<string, unknown>

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


statistics: Record<string, unknown>

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