export type SocketEventContext> = { meta: { roomName: string; roomId?: string | number; }; data: T; }; //# sourceMappingURL=type.d.ts.map