3f9af4f554
refs https://github.com/TryGhost/Team/issues/1054 This will hold all of the event definitions used in members so that they can be used across packages.
4 lines
86 B
JavaScript
4 lines
86 B
JavaScript
module.exports = {
|
|
MemberEntryViewEvent: require('./lib/MemberEntryViewEvent')
|
|
};
|