Type Alias: StateCommitChange

StateCommitChange = Change & { untracked?: number; }

Change data passed to state commit hooks. Extends the standard Change type with tracking information.

Type declaration

untracked?

optional untracked: number

Whether this change is untracked (bypasses change control). Untracked changes are stored directly without creating change records.