UNPKG

@spotinst/spinnaker-deck

Version:

Spinnaker-Deck service, forked with support to Spotinst

7 lines (5 loc) 262 B
import { IServerGroupDetailsSectionProps } from '@spinnaker/core'; import { IAmazonServerGroupView } from 'amazon/domain'; export interface IAmazonServerGroupDetailsSectionProps extends IServerGroupDetailsSectionProps { serverGroup: IAmazonServerGroupView; }