Partilhar via


AggregateType type

type AggregateType =
  | "Average"
  | "Count"
  | "Max"
  | "Min"
  | "Sum"
  | "MakeSet"
  | "MakeList"