UNPKG

@cto.ai/ops

Version:

💻 CTO.ai - The CLI built for Teams 🚀

14 lines (13 loc) • 348 B
import { Config } from './Config'; import { OpCommand, OpWorkflow } from './OpsYml'; export interface RemoveInputs { config: Config; op: string; opTeamName: string; opName: string; opVersion: string; opOrWorkflow: OpCommand | OpWorkflow; confirmRemove: boolean; deleteDescription: string; removeType?: string; }