UNPKG

@eventcatalog/notifier

Version:

CLI tool to detect EventCatalog changes and send notifications

7 lines 294 B
import { NotifierConfig, Notification, Stage } from './types'; export declare function sendNotifications(config: NotifierConfig, notifications: Notification[], options: { dryRun: boolean; lifecycle: Stage; actionUrl: string; }): Promise<void>; //# sourceMappingURL=notifier.d.ts.map