Interface PatchRemoveOperation

interface PatchRemoveOperation {
    op: "remove";
    path: Path;
}

Hierarchy (view full)

Properties

Properties

op: "remove"
path: Path