Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ZunionOptions<T>

Type parameters

  • T

Hierarchy

  • ZunionOptions

Index

Properties

Properties

Optional aggregate

aggregate: undefined | "SUM" | "MIN" | "MAX"

Optional weights

weights: undefined | {[ K in string | number | symbol]: number }

Generated using TypeDoc