ver
This commit is contained in:
7
types/Add-on/SendCADFileOnKF.d.ts
vendored
Normal file
7
types/Add-on/SendCADFileOnKF.d.ts
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
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
|
Reference in New Issue
Block a user