UNPKG

@spotinst/spinnaker-deck

Version:

Spinnaker-Deck service, forked with support to Spotinst

9 lines (7 loc) 129 B
export interface IService { name: string; servicePlans: IServicePlan[]; } export interface IServicePlan { name: string; }