Skip to main content

Interface: DiscardChangeInput

Defined in: packages/core/src/application/use-cases/discard-change.ts:6

Input for the DiscardChange use case.

Properties

name

readonly name: string

Defined in: packages/core/src/application/use-cases/discard-change.ts:8

The change to permanently discard.


reason

readonly reason: string

Defined in: packages/core/src/application/use-cases/discard-change.ts:10

Mandatory explanation for discarding.


supersededBy?

readonly optional supersededBy?: string[]

Defined in: packages/core/src/application/use-cases/discard-change.ts:12

Optional list of change names that supersede this one.