UNPKG

@spotinst/spinnaker-deck

Version:

Spinnaker-Deck service, forked with support to Spotinst

11 lines (9 loc) 193 B
export interface ICloudFoundrySpace { id?: string; name: string; organization: ICloudFoundryOrganization; } export interface ICloudFoundryOrganization { id?: string; name: string; }