UNPKG

@spotinst/spinnaker-deck

Version:

Spinnaker-Deck service, forked with support to Spotinst

8 lines (6 loc) 141 B
import { IArtifact } from 'core/domain'; export interface IArtifactAccountPair { id: string; account: string; artifact?: IArtifact; }