Skip to main content

Type Alias: Patch

type Patch =
| PatchAddOperation<any>
| PatchRemoveOperation
| PatchReplaceOperation<any>;