UNPKG

@spotinst/spinnaker-deck

Version:

Spinnaker-Deck service, forked with support to Spotinst

11 lines (10 loc) 244 B
export interface ISnapshot { account: string; application: string; configLang: string; // Terraform, CloudFormation, Heat, etc. id: string; infrastructure: any; lastModified: number; lastModifiedBy: string; timestamp: number; }