UNPKG

@spotinst/spinnaker-deck

Version:

Spinnaker-Deck service, forked with support to Spotinst

8 lines (6 loc) 148 B
import { IJenkinsInfo } from './IJenkinsInfo'; export interface IBuildDiffInfo { ancestor: string; jenkins?: IJenkinsInfo; target: string; }