Interface OperationLess

interface OperationLess {
    op: "less";
    path: string | Path;
    value: number;
}

Hierarchy (view full)

Properties

Properties

op: "less"
path: string | Path
value: number