Type Alias JsonPatch

JsonPatch:
    | JsonPatchAddOperation<any>
    | JsonPatchRemoveOperation
    | JsonPatchReplaceOperation<any>