🧹 删除接口定义
使用抽象类,减少文件体积
This commit is contained in:
parent
774aa310bf
commit
d1ef50c3c2
@ -1,2 +0,0 @@
|
|||||||
"use strict";
|
|
||||||
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@ -1,16 +0,0 @@
|
|||||||
interface Command {
|
|
||||||
Initialize(): void;
|
|
||||||
|
|
||||||
Prompting(): void;
|
|
||||||
|
|
||||||
Writing(): void;
|
|
||||||
|
|
||||||
Installing(): void;
|
|
||||||
|
|
||||||
Ending(): void;
|
|
||||||
}
|
|
||||||
|
|
||||||
interface Console {
|
|
||||||
}
|
|
||||||
|
|
||||||
export { Command, Console };
|
|
Loading…
Reference in New Issue
Block a user