import { JsonPatch } from './json-patch'; export interface JsonPatchesByOp { add: Array; remove: Array; replace: Array; }