UNPKG

@appsflow/redux

Version:
12 lines (11 loc) 497 B
import { commandBases } from '@appsflow/core'; import Controller from "../controller"; export declare class CommandRoute extends commandBases.CommandPublic { private static controller; private static command; static setCommand(command: typeof commandBases.CommandPublic): typeof commandBases.CommandPublic; static setController(controller: Controller): void; static getController(): Controller; static getName(): string; apply(args?: {}, options?: {}): CommandRoute; }