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

    Hierarchy (View Summary)

    Indexable

    • [key: string]: any
    Index

    Properties

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