Interface ParentConstructor

interface ParentConstructor {
    new ParentConstructor(
        mav: MtAiValue,
        left: number,
        parent: undefined | Parent,
        opts: Required,
    ): Parent;
}

Constructors

Constructors

MMNEPVFCICPMFPCPTTAAATR