AutoBE
    Preparing search index...

    Logical negation of a sub-predicate.

    interface INotPredicate {
        kind: "not";
        predicate: IPredicate;
    }
    Index

    Properties

    Properties

    kind: "not"
    predicate: IPredicate