Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ZinterOptions<T>

Type parameters

  • T

Hierarchy

  • ZinterOptions

Index

Properties

Properties

Optional aggregate

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

Optional weights

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

Generated using TypeDoc