UI for Zipcoin Blue

ignore.d.ts 394B

1234567
  1. import { CommandLineInputs, CommandLineOptions, CommandPreRun } from '@ionic/cli-utils';
  2. import { Command } from '@ionic/cli-utils/lib/command';
  3. export declare class DoctorIgnoreCommand extends Command implements CommandPreRun {
  4. preRun(inputs: CommandLineInputs, options: CommandLineOptions): Promise<void>;
  5. run(inputs: CommandLineInputs, options: CommandLineOptions): Promise<void>;
  6. }