UNPKG

@cto.ai/ops-rc

Version:

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

9 lines (8 loc) • 254 B
import Command from './../../base'; export default class AccountSupport extends Command { static description: string; static flags: { help: import("@oclif/parser/lib/flags").IBooleanFlag<void>; }; run(this: any): Promise<void>; }