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

Properties

Properties

broadcast?: boolean
options?: object