This commit is contained in:
Zaxiure
2024-09-20 21:58:38 +02:00
parent b772ade582
commit ed92663313
27 changed files with 117 additions and 68 deletions

View File

@ -3,7 +3,7 @@ import { Character, User } from '@prisma/client'
export type TSocket = Socket & {
user?: User
character?: ExtendedCharacter
characterId?: number
handshake?: {
query?: {
token?: any