import { type Change } from './Change'; export interface DiffSet { changes: Change[]; }