webcad-api/types/Add-on/RestCustomCommand.d.ts

5 lines
197 B
TypeScript
Raw Normal View History

import { Command } from "../Editor/CommandMachine";
export declare class Command_ResetCustomCommand implements Command {
exec(): Promise<void>;
}
//# sourceMappingURL=RestCustomCommand.d.ts.map