export const DbConstants = {
  project: 'ProjectRepository',
  auth: 'AuthRepository',
  db: 'Database',
  user: 'UserRepository',
};
