1
0
mirror of https://github.com/Unleash/unleash.git synced 2024-12-22 19:07:54 +01:00
unleash.unleash/lib/eventType.js

8 lines
261 B
JavaScript
Raw Normal View History

2014-10-22 16:53:15 +02:00
module.exports = {
featureCreated : 'feature-created',
featureUpdated : 'feature-updated',
2014-12-15 22:40:07 +01:00
featureArchive : 'feature-archive',
2014-12-17 21:56:27 +01:00
featureRevive : 'feature-revive',
strategyCreated: 'strategy-created',
strategyDeleted: 'strategy-deleted'
2014-10-22 16:53:15 +02:00
};