提交 84cbd061 编写于 作者: J Johannes Rieken

commands - use default generic

上级 7a2b6fd7
......@@ -20,8 +20,7 @@ export interface ICommandEvent {
export interface ICommandService {
_serviceBrand: any;
onWillExecuteCommand: Event<ICommandEvent>;
executeCommand<T>(commandId: string, ...args: any[]): TPromise<T>;
executeCommand(commandId: string, ...args: any[]): TPromise<any>;
executeCommand<T = any>(commandId: string, ...args: any[]): TPromise<T>;
}
export interface ICommandsMap {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册