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