feat: working on messages

This commit is contained in:
2024-12-30 18:16:25 +01:00
parent cfafcfaddf
commit bafe228911
18 changed files with 201 additions and 33 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
import { User } from '../users/entities/user.entity';
import { type User } from 'src/users/entities/user.entity';
declare module 'express-session' {
interface SessionData {
user?: User;