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
12 lines (11 loc) • 509 B
TypeScript
import { NotifSeverity } from "./index.js";
export declare class UtilsNotifs {
static isSlackAvailable(): boolean;
static isMsTeamsAvailable(): boolean;
static isEmailAvailable(): boolean;
static isApiAvailable(): boolean;
static markdownLink(url: string, label: string, type?: string): string;
static prefixWithSeverityEmoji(text: string, severity: NotifSeverity | null): string;
static getImageUrl(imageKey: string): any;
static slackToTeamsMarkdown(text: string): string;
}