module.exports.notificationData = { events: [ { name: 'onTest', requiresLibrary: false, description: 'Notification for testing', defaults: { title: 'Test Title', body: 'Test Body' } } ] }