Skip to content

Interface: HistoricalSnapshot

Defined in: lib/report-models.ts:38

A caller-owned score snapshot used to build a trend dataset.

Properties

label

label: string

Defined in: lib/report-models.ts:40

Display name for this snapshot.


score

score: number

Defined in: lib/report-models.ts:42

Project score captured by the caller.


timestamp?

optional timestamp: string

Defined in: lib/report-models.ts:44

Optional timestamp supplied by the caller.