Rulvar API reference / @rulvar/core / RepeatedClaim
Interface: RepeatedClaim
Defined in: packages/core/src/orchestrator/claims.ts:16
One claim reported more than once across the input rows.
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
claim | string | The first-seen line, verbatim. | packages/core/src/orchestrator/claims.ts:18 |
count | number | Total occurrences across all rows, the surviving one included. | packages/core/src/orchestrator/claims.ts:22 |
nodeIds | string[] | Reporters in input order; the first entry made the surviving copy. | packages/core/src/orchestrator/claims.ts:20 |