DomainAggregateRow<TKeys>
DomainAggregateRow<
TKeys> = { [K in TKeys]: number | string | boolean | null }
Defined in: js-api/src/domains.ts:359
One result row of aggregate — keys are the group columns and measure aliases.
Type Parameters
| Type Parameter | Default type |
|---|---|
TKeys extends string | string |