Skip to main content

CaseComparison

@forge/monorepo


@forge/monorepo / backend/src / CaseComparison

Type Alias: CaseComparison

CaseComparison = object

Defined in: backend/src/evaluation/index.ts:166

Properties

after

readonly after: number | null

Defined in: backend/src/evaluation/index.ts:171


before

readonly before: number | null

Defined in: backend/src/evaluation/index.ts:170


caseId

readonly caseId: string

Defined in: backend/src/evaluation/index.ts:167


change

readonly change: CaseChange

Defined in: backend/src/evaluation/index.ts:169


dimension

readonly dimension: string

Defined in: backend/src/evaluation/index.ts:168


reason

readonly reason: string

Defined in: backend/src/evaluation/index.ts:173

The current reason, so a regression report says why and not only which.