ver
This commit is contained in:
7
types/Add-on/CheckModeling.d.ts
vendored
Normal file
7
types/Add-on/CheckModeling.d.ts
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
import { Command } from "../Editor/CommandMachine";
|
||||
export declare class CheckModeling implements Command {
|
||||
res: Function;
|
||||
exec(): Promise<void>;
|
||||
Wait(): Promise<unknown>;
|
||||
}
|
||||
//# sourceMappingURL=CheckModeling.d.ts.map
|
Reference in New Issue
Block a user