ver
This commit is contained in:
15
types/Add-on/ResetCustomCommand.d.ts
vendored
15
types/Add-on/ResetCustomCommand.d.ts
vendored
@@ -1,15 +0,0 @@
|
||||
import { Command } from "../Editor/CommandMachine";
|
||||
export declare class Command_ResetCustomCommand implements Command {
|
||||
exec(): Promise<void>;
|
||||
}
|
||||
export declare class Command_DownloadCustomCommand implements Command {
|
||||
NoHistory: boolean;
|
||||
Transparency: boolean;
|
||||
exec(): Promise<void>;
|
||||
}
|
||||
export declare class Command_UploadCustomCommand implements Command {
|
||||
NoHistory: boolean;
|
||||
Transparency: boolean;
|
||||
exec(): Promise<void>;
|
||||
}
|
||||
//# sourceMappingURL=ResetCustomCommand.d.ts.map
|
Reference in New Issue
Block a user