UNPKG

@cto.ai/ops

Version:

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

8 lines (7 loc) • 221 B
import { OpCommand, OpWorkflow } from '.'; export interface SearchInputs { filter: string; apiOps: (OpCommand | OpWorkflow)[]; localWorkflows: OpWorkflow[]; selectedOpOrWorkflow: OpCommand | OpWorkflow; }