UNPKG

@atomist/sdm-core

Version:

Atomist Software Delivery Machine - Implementation

13 lines 456 B
import { CommandHandlerRegistration, SdmGoalState } from "@atomist/sdm"; export interface UpdateGoalStateParameters { goalSetId: string; uniqueName: string; state: SdmGoalState; msgId: string; slackRequester: string; githubRequester: string; teamId: string; channelId: string; } export declare function updateGoalStateCommand(): CommandHandlerRegistration<UpdateGoalStateParameters>; //# sourceMappingURL=updateGoal.d.ts.map