Skip to content

Rulvar API reference


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

PropertyTypeDescriptionDefined in
claimstringThe first-seen line, verbatim.packages/core/src/orchestrator/claims.ts:18
countnumberTotal occurrences across all rows, the surviving one included.packages/core/src/orchestrator/claims.ts:22
nodeIdsstring[]Reporters in input order; the first entry made the surviving copy.packages/core/src/orchestrator/claims.ts:20