Skip to main content

Interface: ApproveSignoffInput

Defined in: packages/core/src/application/use-cases/approve-signoff.ts:10

Input for the ApproveSignoff use case.

Properties

approvalsSignoff

readonly approvalsSignoff: boolean

Defined in: packages/core/src/application/use-cases/approve-signoff.ts:16

Whether the signoff gate is enabled in the active configuration.


name

readonly name: string

Defined in: packages/core/src/application/use-cases/approve-signoff.ts:12

The change to sign off.


reason

readonly reason: string

Defined in: packages/core/src/application/use-cases/approve-signoff.ts:14

Free-text rationale recorded in the signoff event.