Skip to content

Interface: ProvenanceStepDto

@kortexya/reasoninglayer


@kortexya/reasoninglayer / Research / ProvenanceStepDto

Interface: ProvenanceStepDto

Defined in: src/types/research.ts:182

A step in the provenance chain.

Properties

description

description: string

Defined in: src/types/research.ts:186

Description of what happened.


entityId?

optional entityId: string | null

Defined in: src/types/research.ts:188

OSFKB entity ID involved.


stepType

stepType: string

Defined in: src/types/research.ts:184

Type of step: “extraction”, “inference”, “assessment”.


timestamp?

optional timestamp: string | null

Defined in: src/types/research.ts:190

Timestamp (ISO 8601).