UNPKG

@spotinst/spinnaker-deck

Version:

Spinnaker-Deck service, forked with support to Spotinst

9 lines (7 loc) 191 B
import { ITemplateInheritable } from './IPipeline'; export interface INotification extends ITemplateInheritable { level?: string; type: string; when: string[]; [key: string]: any; }