Skip to main content

Interface: SkipArtifactInput

Defined in: packages/core/src/application/use-cases/skip-artifact.ts:8

Input for the SkipArtifact use case.

Properties

artifactId

readonly artifactId: string

Defined in: packages/core/src/application/use-cases/skip-artifact.ts:12

The artifact type ID to skip (e.g. 'proposal').


name

readonly name: string

Defined in: packages/core/src/application/use-cases/skip-artifact.ts:10

The change name.


reason?

readonly optional reason?: string

Defined in: packages/core/src/application/use-cases/skip-artifact.ts:14

Optional explanation for skipping.