UNPKG

@cto.ai/ops

Version:

💻 CTO.ai - The CLI built for Teams 🚀

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