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

    Interface GmmSeries<T, U>

    interface GmmSeries<T, U> {
        data: T;
        id: string;
        label: string;
        tree: LogicTree<U>[];
    }

    Type Parameters

    • T
    • U
    Index

    Properties

    Properties

    data: T
    id: string
    label: string
    tree: LogicTree<U>[]