Skip to content

@livefolio/sdk / RuleNode

Type Alias: RuleNode

RuleNode = AllocateNode | IfNode

Defined in: tactical/types.ts:262

A node in the tactical rule tree. Either a branching IfNode or a terminal AllocateNode.

Released under the MIT License.