kist
Version:
Lightweight Package Pipeline Processor with Plugin Architecture
7 lines • 307 B
TypeScript
import { Action } from "../../core/pipeline/Action.js";
import { ActionOptionsType } from "../../types/ActionOptionsType.js";
export declare class RunScriptAction extends Action {
execute(options: ActionOptionsType): Promise<void>;
describe(): string;
}
//# sourceMappingURL=RunScriptAction.d.ts.map