Type Alias JSONPatchRequestRemove

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

Properties

Properties

op: "remove"

The operation to perform.

path: string