export type SocketUserRequest = { method: 'RemoveStudent'; arguments: { userId: string; }; };