Type Alias JSONPatchRequestRemove

type JSONPatchRequestRemove = {
    op: "remove";
    path: string;
}
Index
op: "remove"

The operation to perform.

path: string

A JSON Pointer path.