Interface OperationType

interface OperationType {
    op: "type";
    path: string | Path;
    value: JsonPatchTypes;
}

Hierarchy (view full)

Properties

Properties

op: "type"
path: string | Path