Interface SocketMessage

interface SocketMessage {
    data: any;
    error: boolean;
    event: SocketEvents;
}

Hierarchy (view full)

Properties

Properties

data: any
error: boolean