UNPKG

@cto.ai/ops

Version:

💻 CTO.ai - The CLI built for Teams 🚀

7 lines (6 loc) • 206 B
import Command, { flags } from './../../base'; export default class AccountSupport extends Command { static description: string; static flags: flags.Input<any>; run(this: any): Promise<void>; }