Skip to main content

Interface: PatchOperation

JSONPatch patch operation. Compatible with fast-json-patch Operation.

Properties

op

Readonly op: "test" | "add" | "remove" | "replace" | "copy" | "move"

Defined in

packages/core/src/client.ts:298


path

Readonly path: string

Defined in

packages/core/src/client.ts:299


value

Optional Readonly value: any

Defined in

packages/core/src/client.ts:300