Skip to content
On this page

Directus Cloud

Everything you need to start building. Provisioned in 90 seconds. Starting at $15/month.

Get Started

This is an auto-generated document to support extension builders understand the internal packages they can utilize. To find our written guides, tutorials, and API/SDK reference, check out our main docs .

Directus / @directus/sdk / types / AggregationTypes

Type Alias: AggregationTypes ​

AggregationTypes: object

Type declaration ​

avg ​

avg: object

avg.output ​

avg.output: string | null

avg.wildcard ​

avg.wildcard: never

avgDistinct ​

avgDistinct: object

avgDistinct.output ​

avgDistinct.output: string | null

avgDistinct.wildcard ​

avgDistinct.wildcard: never

count ​

count: object

count.output ​

count.output: string | null

count.wildcard ​

count.wildcard: true

countDistinct ​

countDistinct: object

countDistinct.output ​

countDistinct.output: string | null

countDistinct.wildcard ​

countDistinct.wildcard: true

max ​

max: object

max.output ​

max.output: number | null

max.wildcard ​

max.wildcard: never

min ​

min: object

min.output ​

min.output: number | null

min.wildcard ​

min.wildcard: never

sum ​

sum: object

sum.output ​

sum.output: string | null

sum.wildcard ​

sum.wildcard: never

sumDistinct ​

sumDistinct: object

sumDistinct.output ​

sumDistinct.output: string | null

sumDistinct.wildcard ​

sumDistinct.wildcard: never

Defined in ​

types/aggregate.ts:10