7 lines
229 B
TypeScript
7 lines
229 B
TypeScript
import { Command } from "../Editor/CommandMachine";
|
|
export declare class CheckModeling implements Command {
|
|
res: Function;
|
|
exec(): Promise<void>;
|
|
Wait(): Promise<unknown>;
|
|
}
|
|
//# sourceMappingURL=CheckModeling.d.ts.map
|