@atomist/sdm-core
Version:
Atomist Software Delivery Machine - Implementation
13 lines • 531 B
TypeScript
import { HandleCommand } from "@atomist/automation-client/lib/HandleCommand";
import { ExecuteGoal } from "@atomist/sdm";
export declare class DeleteRepositoryParameters {
githubToken: string;
owner: string;
repo: string;
providerId: string;
areYouSure: string;
}
export declare const DeleteRepositoryCommandName = "DeleteRepository";
export declare function deleteRepositoryCommand(): HandleCommand;
export declare function offerToDeleteRepository(): ExecuteGoal;
//# sourceMappingURL=deleteRepository.d.ts.map