UNPKG
@eventcatalog/notifier
Version:
latest (0.0.8)
0.0.8
0.0.7
0.0.6
0.0.5
0.0.4
0.0.3
0.0.2
CLI tool to detect EventCatalog changes and send notifications
@eventcatalog/notifier
/
dist
/
filter.d.ts
3 lines
•
209 B
TypeScript
View Raw
1
2
3
import
{
NotifierConfig
,
Notification
}
from
'./types'
;
export
declare
const
filterNotifications
:
(
config
:
NotifierConfig
,
notifications
:
Notification
[]
) =>
Notification
[];
//# sourceMappingURL=filter.d.ts.map