Interface JsonPatchRemoveOperation

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

Hierarchy (view full)

Properties

Properties

op
path: string