Interface OperationOr

interface OperationOr {
    apply: PredicateOperation[];
    op: "or";
    path: string | Path;
}

Hierarchy (view full)

Properties

Properties

op: "or"
path: string | Path