Interface: ApproveSignoffInput
Defined in: packages/core/src/application/use-cases/approve-signoff.ts:10
Input for the ApproveSignoff use case.
Properties
approvalsSignoff
readonlyapprovalsSignoff:boolean
Defined in: packages/core/src/application/use-cases/approve-signoff.ts:16
Whether the signoff gate is enabled in the active configuration.
name
readonlyname:string
Defined in: packages/core/src/application/use-cases/approve-signoff.ts:12
The change to sign off.
reason
readonlyreason:string
Defined in: packages/core/src/application/use-cases/approve-signoff.ts:14
Free-text rationale recorded in the signoff event.