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
/
processor.d.ts
4 lines
•
208 B
TypeScript
View Raw
1
2
3
4
import
{
Event
}
from
'./notifications/Event'
;
import
{
Notification
}
from
'./types'
;
export
declare
const
processEvents
:
(
events
:
Event
[]
) =>
Promise
<
Notification
[]>;
//# sourceMappingURL=processor.d.ts.map