@ghsc/nshmp-utils-ts - 4.12.7
    Preparing search index...

    Interface LogicTree<T>

    interface LogicTree<T> {
        id: string;
        values: T;
        weights: T;
    }

    Type Parameters

    • T
    Index

    Properties

    Properties

    id: string
    values: T
    weights: T