Kind: Interface
Source: atloria-monorepo/apps/api/src/change-request/change-request.service.ts
One file's conflict report inside conflictState: the 'conflict' sections verbatim plus counts of how the OTHER sections classified (so the UI can say "2 of 7 sections conflict").
Properties
| Property | Type |
|---|---|
path | string |
documentId | string |
sections | ThreeWaySection[] |
counts | { unchanged: number; 'take-theirs': number; 'keep-mine': number; conflict: number } |
Was this page helpful?