UNPKG

@cto.ai/ops

Version:

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

6 lines (5 loc) • 129 B
import { OpCommand } from './OpsYml'; export declare type OpsGetResponse = { data: OpCommand; error: object[] | null; };