Traqula
    Preparing search index...
    interface ExistenceExpression {
        expressionType: EXISTENCE;
        input: Algebra.Operation;
        metadata?: Record<string, unknown>;
        not: boolean;
        type: EXPRESSION;
    }

    Hierarchy (View Summary)

    Index

    Properties

    expressionType: EXISTENCE
    metadata?: Record<string, unknown>
    not: boolean