# AggregatorMap

> _Since v0.1.1_

Map of field names to aggregator references *

```ts
type AggregatorMap = Record<string, AggregatorRef>
```
