Skip to content
On this page

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

output: string | null

avg.wildcard

wildcard: never

avgDistinct

avgDistinct: Object

avgDistinct.output

output: string | null

avgDistinct.wildcard

wildcard: never

count

count: Object

count.output

output: string | null

count.wildcard

wildcard: true

countDistinct

countDistinct: Object

countDistinct.output

output: string | null

countDistinct.wildcard

wildcard: true

max

max: Object

max.output

output: number | null

max.wildcard

wildcard: never

min

min: Object

min.output

output: number | null

min.wildcard

wildcard: never

sum

sum: Object

sum.output

output: string | null

sum.wildcard

wildcard: never

sumDistinct

sumDistinct: Object

sumDistinct.output

output: string | null

sumDistinct.wildcard

wildcard: never

Source

types/aggregate.ts:10