Interface: PatchOperation
JSONPatch patch operation. Compatible with fast-json-patch Operation.
Properties
op
• Readonly
op: string
Defined in
packages/core/src/client.ts:255
path
• Readonly
path: string
Defined in
packages/core/src/client.ts:256
value
• Optional
Readonly
value: any