Interfaces

CheckInDecisionInput

Interface: CheckInDecisionInput

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

Options for checkInApproved / checkInDeclined.

Properties

by

readonly by: string

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

Who decided.


note?

readonly optional note?: string

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

Optional free-text note.


value?

readonly optional value?: DecisionValue

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

What was chosen, for an ask that wanted a value rather than a yes.

On this page