UNPKG

revit-cli

Version:

A scalable CLI tool for Revit communication and data manipulation

13 lines 437 B
/** * Update room command implementation * Handles single room update operations */ import { Command } from 'commander'; import { CLIState } from '../../cli/initializer'; /** * Creates the update-room command * @param getState - Function to get CLI state * @returns Commander command instance */ export declare function createUpdateRoomCommand(getState: () => Promise<CLIState>): Command; //# sourceMappingURL=update-room.d.ts.map