webcad-api/types/Add-on/CopyPoint.d.ts
2020-09-24 11:04:12 +08:00

4 lines
109 B
TypeScript

export declare class Command_CopyPoint {
exec(): Promise<void>;
}
//# sourceMappingURL=CopyPoint.d.ts.map