interface SocketRequest {
    options: object;
    broadcast: boolean;
}

Properties

Properties

options: object
broadcast: boolean