export * from '../entities/user.entity';
export type { User, NewUser } from '@config/schema';
