feat: Add conflict resolution event types

This commit is contained in:
gsxdsm
2026-02-18 19:31:09 -08:00
parent 983eb21faa
commit 4ba0026aa1

View File

@@ -75,6 +75,8 @@ export type EventType =
| 'merge:success'
| 'merge:conflict'
| 'merge:error'
| 'conflict:aborted'
| 'conflict:resolved'
| 'branchCommitLog:start'
| 'branchCommitLog:progress'
| 'branchCommitLog:done'