UNPKG

@atomist/sdm-core

Version:

Atomist Software Delivery Machine - Implementation

11 lines 416 B
import { HandleCommand } from "@atomist/automation-client/lib/HandleCommand"; import { ChooseAndSetGoalsRules } from "@atomist/sdm"; 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