Interface OperationNot

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

Hierarchy (view full)

Properties

Properties

op: "not"
path: string | Path