UNPKG

@cto.ai/ops

Version:

💻 CTO.ai - 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; }