UNPKG

sfdx-hardis

Version:

Swiss-army-knife Toolbox for Salesforce. Allows you to define a complete CD/CD Pipeline. Orchestrate base commands and assist users with interactive wizards

9 lines (8 loc) 301 B
import { NotifProviderRoot } from "./notifProviderRoot.js"; import { NotifMessage } from "./index.js"; export declare class SlackProvider extends NotifProviderRoot { private slackClient; constructor(); getLabel(): string; postNotification(notifMessage: NotifMessage): Promise<void>; }