@atomist/sdm
Version:
Atomist Software Delivery Machine SDK
11 lines • 446 B
TypeScript
import { HandleCommand } from "@atomist/automation-client/lib/HandleCommand";
import { ChooseAndSetGoalsRules } from "../../../api-helper/goal/chooseAndSetGoals";
export declare class DisposeParameters {
githubToken: string;
owner: string;
repo: string;
providerId: string;
areYouSure: string;
}
export declare function disposeCommand(rules: ChooseAndSetGoalsRules): HandleCommand;
//# sourceMappingURL=disposeCommand.d.ts.map