UNPKG
revit-cli
Version:
latest (0.1.1)
0.1.1
0.1.0
A scalable CLI tool for Revit communication and data manipulation
revit-cli
/
dist
/
types
/
room-types.js
7 lines
•
236 B
JavaScript
View Raw
1
2
3
4
5
6
7
"use strict"
;
/** * Room-related type definitions for the Revit CLI * Extracted from room-commands.ts for better maintainability */
Object
.
defineProperty
(
exports
,
"__esModule"
, {
value
:
true
});
//# sourceMappingURL=room-types.js.map