Interface ConnectionReceiveRequest

interface ConnectionReceiveRequest {
    data: any;
}

Properties

Properties

data: any