UNPKG

intuition-cli

Version:
9 lines (8 loc) 225 B
import { Command } from '@oclif/core'; export default class AccountReset extends Command { static args: {}; static description: string; static examples: string[]; static flags: {}; run(): Promise<void>; }