const TYPES = {
  //Services
  InviteService: Symbol.for('InviteService'),
  MailService: Symbol.for('MailService'),
  NotificationService: Symbol.for('NotificationService'),
  //Repositories
  InviteRepo: Symbol.for('InviteRepo'),
  NotificationRepo: Symbol.for('NotificationRepo'),
};

export {TYPES as NOTIFICATIONS_TYPES};
