UNPKG

@spotinst/spinnaker-deck

Version:

Spinnaker-Deck service, forked with support to Spotinst

6 lines (4 loc) 134 B
import { IInstance } from '@spinnaker/core'; export interface ITencentcloudInstance extends IInstance { targetGroups?: string[]; }