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

7 lines (6 loc) 257 B
import { NotifProviderRoot } from "./notifProviderRoot.js"; import { NotifMessage } from "./index.js"; export declare class EmailProvider extends NotifProviderRoot { getLabel(): string; postNotification(notifMessage: NotifMessage): Promise<void>; }