初始化版本库,可用
This commit is contained in:
14
types/Add-on/LoadConfig.d.ts
vendored
Normal file
14
types/Add-on/LoadConfig.d.ts
vendored
Normal file
@@ -0,0 +1,14 @@
|
||||
import { Command } from "../Editor/CommandMachine";
|
||||
export declare class DownLoadDConfig implements Command {
|
||||
exec(): Promise<void>;
|
||||
}
|
||||
export declare class UpLoadConfig implements Command {
|
||||
exec(): Promise<void>;
|
||||
}
|
||||
export declare class DownloadHoleOption implements Command {
|
||||
exec(): Promise<void>;
|
||||
}
|
||||
export declare class UploadHoleOption implements Command {
|
||||
exec(): Promise<void>;
|
||||
}
|
||||
//# sourceMappingURL=LoadConfig.d.ts.map
|
Reference in New Issue
Block a user