8 lines
248 B
TypeScript
8 lines
248 B
TypeScript
import { CommandLineAction } from './CommandLineAction';
|
|
/**
|
|
* @public
|
|
*/
|
|
export declare class DynamicCommandLineAction extends CommandLineAction {
|
|
protected onExecute(): Promise<void>;
|
|
}
|
|
//# sourceMappingURL=DynamicCommandLineAction.d.ts.map
|