import { DiffOp } from './diff-op.enum'; export type Diff = [DiffOp, string]; //# sourceMappingURL=diff.type.d.ts.map