Type alias StrategyNodeUnionBase

StrategyNodeUnionBase: StrategyNodeBase & {
    limit?: number | null;
}

Type declaration

  • Optional limit?: number | null