json-joy
    Preparing search index...

    Interface OperationLess

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

    Hierarchy (View Summary)

    Index

    Properties

    Properties

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