interface WebSocketWithSession {
    session: Session;
}

Hierarchy

  • WebSocket
    • WebSocketWithSession

Properties

Properties

session: Session