Type Alias Patch

Patch:
    | PatchAddOperation<any>
    | PatchRemoveOperation
    | PatchReplaceOperation<any>