UNPKG

@cto.ai/ops

Version:

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

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