/** * refers to trigger */ export type Trigger = 'ARTIFACT_CREATION' | 'ARTIFACT_DELETION';