Interface OperationAnd

interface OperationAnd {
    apply: PredicateOperation[];
    op: "and";
    path: string | Path;
}

Hierarchy (view full)

Properties

Properties

op: "and"
path: string | Path