UNPKG

@spotinst/spinnaker-deck

Version:

Spinnaker-Deck service, forked with support to Spotinst

12 lines (10 loc) 265 B
import { IArtifact } from './IArtifact'; export interface IExpectedArtifact { matchArtifact: IArtifact; usePriorArtifact: boolean; useDefaultArtifact: boolean; defaultArtifact: IArtifact; boundArtifact?: IArtifact; displayName: string; id: string; }