UNPKG

@cto.ai/ops

Version:

💻 CTO.ai - The CLI built for Teams 🚀

6 lines (5 loc) • 148 B
import Command from './../../base'; export default class AccountReset extends Command { static description: string; run(): Promise<void>; }