UNPKG

404 BTypeScriptView Raw
1import { SlackMessage } from "@atomist/slack-messages";
2import { ExecuteGoal } from "../../api/goal/GoalInvocation";
3/***
4 * Execute a goal by sending a message to the linked Slack channels
5 * @param {string | SlackMessage} msg
6 * @return {ExecuteGoal}
7 */
8export declare function executeSendMessageToSlack(msg: string | SlackMessage): ExecuteGoal;
9//# sourceMappingURL=executeSendMessageToSlack.d.ts.map
\No newline at end of file