UNPKG

310 BTypeScriptView Raw
1import { ApiDocumenterCommandLine } from './ApiDocumenterCommandLine';
2import { BaseAction } from './BaseAction';
3export declare class GenerateAction extends BaseAction {
4 constructor(parser: ApiDocumenterCommandLine);
5 protected onExecute(): Promise<void>;
6}
7//# sourceMappingURL=GenerateAction.d.ts.map
\No newline at end of file