/** * events * * Define all your possible custom events here. */ export const events = { user: { created: 'onUserCreate', }, userRole: { created: 'onUserRoleCreate', }, userProfile: { created: 'onUserProfileCreate', } };