UNPKG

@spotinst/spinnaker-deck

Version:

Spinnaker-Deck service, forked with support to Spotinst

6 lines (4 loc) 113 B
import { ICluster } from './ICluster'; export interface IRegionalCluster extends ICluster { region: string; }