UNPKG

ng2-json-editor

Version:

Angular2 component for editing large json documents

7 lines (6 loc) 167 B
import { JsonPatch } from './json-patch'; export interface JsonPatchesByOp { add: Array<JsonPatch>; remove: Array<JsonPatch>; replace: Array<JsonPatch>; }