Interface: DiscardChangeInput
Defined in: packages/core/src/application/use-cases/discard-change.ts:6
Input for the DiscardChange use case.
Properties
name
readonlyname:string
Defined in: packages/core/src/application/use-cases/discard-change.ts:8
The change to permanently discard.
reason
readonlyreason:string
Defined in: packages/core/src/application/use-cases/discard-change.ts:10
Mandatory explanation for discarding.
supersededBy?
readonlyoptionalsupersededBy?:string[]
Defined in: packages/core/src/application/use-cases/discard-change.ts:12
Optional list of change names that supersede this one.