Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

AggregateType

Union type representing the aggregate type to be performed.

type AggregateType = "count" | "avg" | "sum";

§Type

§
"count" | "avg" | "sum"
[src]