json-joy
    Preparing search index...

    Interface OperationMore

    interface OperationMore {
        op: "more";
        path: string | Path;
        value: number;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

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