import { Socket } from 'socket.io'; export const ChancellorPolicy = (socket: Socket, data: any) => { console.log(`Chancellor policy`); };