/** * The slack backend module for the notifications plugin. * * @packageDocumentation */ export { ANNOTATION_SLACK_BOT_NOTIFY } from './lib'; export { notificationsModuleSlack as default } from './module';