Interface JsonPatchRemoveOperation

interface JsonPatchRemoveOperation {
    op: "remove";
    path: string;
}

Hierarchy (view full)

Properties

Properties

op: "remove"
path: string