Skip to main content

Interface: DraftChangeInput

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

Input for the DraftChange use case.

Properties

force?

readonly optional force?: boolean

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

Explicit override for the historical implementation guard.


name

readonly name: string

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

The change to shelve.


reason?

readonly optional reason?: string

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

Optional explanation for shelving the change.