Interface DirtyDiff

interface DirtyDiff {
    changes: readonly Change[];
}

Hierarchy (view full)

Properties

Properties

changes: readonly Change[]