AutoBE
    Preparing search index...
    interface INotPredicate {
        kind: "not";
        predicate: IPredicate;
    }
    Index

    Properties

    Properties

    kind: "not"
    predicate: IPredicate