Skip to main content

Interface: ArtifactSkippedEvent

Defined in: packages/core/src/domain/entities/change.ts:99

Appended when an optional artifact is explicitly skipped.

Properties

artifactId

readonly artifactId: string

Defined in: packages/core/src/domain/entities/change.ts:103


at

readonly at: Date

Defined in: packages/core/src/domain/entities/change.ts:101


by

readonly by: ActorIdentity

Defined in: packages/core/src/domain/entities/change.ts:102


reason?

readonly optional reason?: string

Defined in: packages/core/src/domain/entities/change.ts:104


type

readonly type: "artifact-skipped"

Defined in: packages/core/src/domain/entities/change.ts:100