utils/node_modules/@rushstack/ts-command-line/lib/providers/DynamicCommandLineAction.d.ts

8 lines
248 B
TypeScript
Raw Normal View History

2024-02-07 01:33:07 -05:00
import { CommandLineAction } from './CommandLineAction';
/**
* @public
*/
export declare class DynamicCommandLineAction extends CommandLineAction {
protected onExecute(): Promise<void>;
}
//# sourceMappingURL=DynamicCommandLineAction.d.ts.map