UNPKG

@cto.ai/ops-rc

Version:

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

7 lines (6 loc) • 186 B
import { OpCommand, OpWorkflow, Config } from '.'; export interface ListInputs { opResults: (OpCommand | OpWorkflow)[]; selectedOp: OpCommand | OpWorkflow; config: Config; }