StateCommitChange =
Change
& {untracked?
:number
; }
Change data passed to state commit hooks. Extends the standard Change type with tracking information.
optional
untracked:number
Whether this change is untracked (bypasses change control). Untracked changes are stored directly without creating change records.