Interface: DraftChangeInput
Defined in: packages/core/src/application/use-cases/draft-change.ts:6
Input for the DraftChange use case.
Properties
name
readonlyname:string
Defined in: packages/core/src/application/use-cases/draft-change.ts:8
The change to shelve.
reason?
readonlyoptionalreason?:string
Defined in: packages/core/src/application/use-cases/draft-change.ts:10
Optional explanation for shelving the change.