Interface: PatchOperation
JSONPatch patch operation. Compatible with fast-json-patch and rfc6902 Operation.
Properties
op
• Readonly op: "add" | "remove" | "replace" | "copy" | "move" | "test"
Defined in
packages/core/src/client.ts:321
path
• Readonly path: string
Defined in
packages/core/src/client.ts:322
value
• Optional Readonly value: any
Defined in
packages/core/src/client.ts:323