export type SocketUserResponse = { method: 'UserJoined' | 'UserLeft'; arguments: { userId: string; }; };