const TYPES = {
  //Services
  AuthService: Symbol.for('AuthService'),
};

export {TYPES as AUTH_TYPES};
