🧹 删除接口定义

使用抽象类,减少文件体积
This commit is contained in:
Titor 2021-03-03 14:26:15 +08:00
parent 774aa310bf
commit d1ef50c3c2
2 changed files with 0 additions and 18 deletions

View File

@ -1,2 +0,0 @@
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });

View File

@ -1,16 +0,0 @@
interface Command {
Initialize(): void;
Prompting(): void;
Writing(): void;
Installing(): void;
Ending(): void;
}
interface Console {
}
export { Command, Console };