json-joy
    Preparing search index...

    Interface OperationNot

    interface OperationNot {
        apply: PredicateOperation[];
        op: "not";
        path: string | Path;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    op: "not"
    path: string | Path