UNPKG

@cto.ai/ops

Version:

💻 CTO.ai Ops - The CLI built for Teams 🚀

13 lines (12 loc) • 323 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; }