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;
}

Type declaration

  • ip: string
  • metadata: string
  • userAgent: string
  • uuid: string
timestamp: number
type: string
uuid: string

Generated using TypeDoc