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

4 lines
109 B
TypeScript
Raw Normal View History

2020-09-24 11:04:12 +08:00
export declare class Command_CopyPoint {
exec(): Promise<void>;
}
//# sourceMappingURL=CopyPoint.d.ts.map