import { Socket } from 'socket.io'; export const Vote = (socket: Socket, data: Vote) => { console.log(`Vote received`); };