Interface OperationMore

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

Hierarchy (view full)

Properties

Properties

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