Skip to content

Interface: ProvenanceStepDto

@kortexya/reasoninglayer


@kortexya/reasoninglayer / Research / ProvenanceStepDto

Interface: ProvenanceStepDto

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

A step in the provenance chain.

Properties

description

description: string

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

Description of what happened.


entityId?

optional entityId: string | null

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

OSFKB entity ID involved.


stepType

stepType: string

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

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


timestamp?

optional timestamp: string | null

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

Timestamp (ISO 8601).