UNPKG

@spotinst/spinnaker-deck

Version:

Spinnaker-Deck service, forked with support to Spotinst

6 lines (4 loc) 127 B
import { IInstance } from '@spinnaker/core'; export interface ICloudFoundryInstance extends IInstance { details?: string; }