interface CommandWithPath {
    command: CommandServer<any, any>;
    path: CommandPath;
}

Properties

Properties

command: CommandServer<any, any>