import { User } from '../../app-auth'; export declare class UserNotificationPreference { userId: string; notificationsEnabled: boolean; createdAt: Date; updatedAt: Date; user: User; } //# sourceMappingURL=user-notification-preference.entity.d.ts.map