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

7 lines
271 B
TypeScript
Raw Normal View History

2023-04-20 15:08:17 +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