UNPKG

coersystem

Version:

Library for Angular projects

6 lines (5 loc) 100 B
export interface IPatch { op: 'remove' | 'add' | 'replace'; path: string; value: any; }