Skip to main content

Interface: ClaimEvidence

Defined in: src/types/interfaces/plugin.interface.ts:1638

Evidence item for a claim.

Since

0.1.0

Properties

data?

readonly optional data: Record<string, unknown>

Defined in: src/types/interfaces/plugin.interface.ts:1657

Supporting data.


details

readonly details: string

Defined in: src/types/interfaces/plugin.interface.ts:1652

Human-readable description.


score

readonly score: number

Defined in: src/types/interfaces/plugin.interface.ts:1647

Confidence score (0-1).


type

readonly type: ClaimEvidenceType

Defined in: src/types/interfaces/plugin.interface.ts:1642

Type of evidence.