proposit-core
    Preparing search index...

    Type Alias TVariableManagerSnapshot<TVar>

    type TVariableManagerSnapshot<
        TVar extends TCorePropositionalVariable = TCorePropositionalVariable,
    > = {
        config?: TLogicEngineOptions;
        variables: TVar[];
    }

    Type Parameters

    Index

    Properties

    Properties

    variables: TVar[]