Interface SocketNewEvent

interface SocketNewEvent {
    info: { ip: string; metadata: string; userAgent: string; uuid: string };
    timestamp: number;
    type: string;
    uuid: string;
}

Properties

Properties

info: { ip: string; metadata: string; userAgent: string; uuid: string }
timestamp: number
type: string
uuid: string
MMNEPVFCICPMFPCPTTAAATR