UNPKG

@atomist/atomist-sdm

Version:

Atomist SDM to deliver our own projects

12 lines (11 loc) 433 B
import { CommandHandlerRegistration } from "@atomist/sdm"; import { SdmGoalState } from "../typings/types"; declare class ApprovalParameters { goalSetId: string; goalUniqueName: string; goalState: SdmGoalState; msgId: string; } export declare const ApprovalCommand: CommandHandlerRegistration<ApprovalParameters>; export declare const CancelApprovalCommand: CommandHandlerRegistration<ApprovalParameters>; export {};