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

7 lines
271 B
TypeScript
Raw Normal View History

2023-05-08 12:01:37 +08:00
import { Command } from "../Editor/CommandMachine";
export declare const SendFile: () => Promise<boolean>;
export declare class Command_SendCADFileOnKf implements Command {
NoHistory: boolean;
exec(): Promise<void>;
}
//# sourceMappingURL=SendCADFileOnKF.d.ts.map