UNPKG

@spotinst/spinnaker-deck

Version:

Spinnaker-Deck service, forked with support to Spotinst

14 lines (12 loc) 299 B
import { IPipeline } from './IPipeline'; export interface IPipelineTemplateConfigV2 extends Partial<IPipeline> { exclude?: string[]; schema: string; template: { artifactAccount: string; reference: string; type: string; }; type: string; variables?: { [key: string]: any }; }