UNPKG

@spotinst/spinnaker-deck

Version:

Spinnaker-Deck service, forked with support to Spotinst

7 lines (5 loc) 149 B
import { IOrchestratedItem } from './IOrchestratedItem'; export interface ITaskStep extends IOrchestratedItem { name: string; status: string; }