Type AliasesJsonPatchType Alias: JsonPatch type JsonPatch = | JsonPatchAddOperation<any> | JsonPatchRemoveOperation| JsonPatchReplaceOperation<any>;