## PatchOperation interface

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

**Signature:**

```typescript
export interface PatchOperation
```

## Properties

| Property | Modifiers | Type | Description |
| --- | --- | --- | --- |
| [op](/content/docs/sdk/core.patchoperation.op) | `readonly` | 'add' \| 'remove' \| 'replace' \| 'copy' \| 'move' \| 'test' |  |
| [path](/content/docs/sdk/core.patchoperation.path) | `readonly` | string |  |
| [value?](/content/docs/sdk/core.patchoperation.value) | `readonly` | any | _(Optional)_ |

- [PatchOperation interface](/content/docs/sdk/core.patchoperation#patchoperation-interface/index.html)
- [Properties](/content/docs/sdk/core.patchoperation#properties/index.html)
