Interfaces

CheckInDecision

Interface: CheckInDecision

Defined in: src/core/checkin.ts:172

Properties

approved

readonly approved: boolean

Defined in: src/core/checkin.ts:174

True to run the tool, false to decline it.


at

readonly at: number

Defined in: src/core/checkin.ts:180

When the decision was made (ms since epoch).


by

readonly by: string

Defined in: src/core/checkin.ts:176

Who decided (an operator id, an email, a queue name — your call).


note?

readonly optional note?: string

Defined in: src/core/checkin.ts:178

Optional note. On decline it is surfaced to the model so it can adapt.


value?

readonly optional value?: DecisionValue

Defined in: src/core/checkin.ts:187

What they chose, when the answer was a value and not just a yes.

Optional everywhere: a decision without one is byte-identical to every earlier release, and a screen that only approves or declines never sets it.

On this page