Skip to content
This repository was archived by the owner on Feb 2, 2021. It is now read-only.

Commit ccaa281

Browse files
committed
Remove unneeded interface
1 parent 65df95e commit ccaa281

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

definitions/commands.d.ts

-4
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,6 @@ interface ICommand extends ICommandOptions {
2323
postCommandAction?(args: string[]): Promise<void>;
2424
}
2525

26-
interface ICommandBase extends ICommand {
27-
canExecuteCommandBase(platform: string, options?: ICanExecuteCommandOptions): Promise<ICanExecuteCommandOutput>;
28-
}
29-
3026
interface ICanExecuteCommandOutput {
3127
canExecute: boolean;
3228
/**

0 commit comments

Comments
 (0)