jsonPointerPatchOn this pagePatch Signature export type Patch = TestPatch<any> | AddPatch<any> | ReplacePatch<any> | RemovePatch | MovePatch | CopyPatch