UNPKG

@atomist/sdm

Version:

Atomist Software Delivery Machine SDK

14 lines 531 B
import { CommandHandlerRegistration } from "../../api/registration/CommandHandlerRegistration"; import { SdmGoalState } from "../../typings/types"; 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