chore : working on game

This commit is contained in:
2024-12-30 00:39:14 +01:00
parent 37db0a0cdb
commit cfafcfaddf
5 changed files with 8 additions and 6 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
import { User } from '../users/entities/user.entity';
declare module 'express-session' {
interface SessionData {
user: User;
user?: User;
tokenData: {
access_token: string;
token_type: string;