UNPKG

@spotinst/spinnaker-deck

Version:

Spinnaker-Deck service, forked with support to Spotinst

6 lines (4 loc) 143 B
import { Application } from '@spinnaker/core'; export interface ICloudFoundryApplication extends Application { startApplication: boolean; }