Files
bim_engine/node_modules/@rushstack/ts-command-line/lib/providers/DynamicCommandLineAction.d.ts
2025-12-03 12:00:46 +08:00

8 lines
253 B
TypeScript

import { CommandLineAction } from './CommandLineAction';
/**
* @public
*/
export declare class DynamicCommandLineAction extends CommandLineAction {
protected onExecuteAsync(): Promise<void>;
}
//# sourceMappingURL=DynamicCommandLineAction.d.ts.map