Interface ICommand

interface ICommand {
    execute(): any;
}

Hierarchy

  • ICommand

    Implemented by

      Methods

      Methods

      • Returns any