UNPKG

@eventcatalog/notifier

Version:

CLI tool to detect EventCatalog changes and send notifications

3 lines 209 B
import { NotifierConfig, Notification } from './types'; export declare const filterNotifications: (config: NotifierConfig, notifications: Notification[]) => Notification[]; //# sourceMappingURL=filter.d.ts.map