UNPKG

@spotinst/spinnaker-deck

Version:

Spinnaker-Deck service, forked with support to Spotinst

7 lines (5 loc) 149 B
import { ICredentials } from '@spinnaker/core'; export interface ITitusCredentials extends ICredentials { awsAccount: string; awsVpc: string; }