Streaming: Fix incorrect type definitions (#30977)
This commit is contained in:
		@@ -1107,7 +1107,7 @@ const startServer = async () => {
 | 
			
		||||
 | 
			
		||||
  /**
 | 
			
		||||
   * @param {http.IncomingMessage} req
 | 
			
		||||
   * @param {WebSocket} ws
 | 
			
		||||
   * @param {import('ws').WebSocket} ws
 | 
			
		||||
   * @param {string[]} streamName
 | 
			
		||||
   * @returns {function(string, string): void}
 | 
			
		||||
   */
 | 
			
		||||
@@ -1324,7 +1324,7 @@ const startServer = async () => {
 | 
			
		||||
 | 
			
		||||
  /**
 | 
			
		||||
   * @typedef WebSocketSession
 | 
			
		||||
   * @property {WebSocket & { isAlive: boolean}} websocket
 | 
			
		||||
   * @property {import('ws').WebSocket & { isAlive: boolean}} websocket
 | 
			
		||||
   * @property {http.IncomingMessage & ResolvedAccount} request
 | 
			
		||||
   * @property {import('pino').Logger} logger
 | 
			
		||||
   * @property {Object.<string, { channelName: string, listener: SubscriptionListener, stopHeartbeat: function(): void }>} subscriptions
 | 
			
		||||
@@ -1450,7 +1450,7 @@ const startServer = async () => {
 | 
			
		||||
  };
 | 
			
		||||
 | 
			
		||||
  /**
 | 
			
		||||
   * @param {WebSocket & { isAlive: boolean }} ws
 | 
			
		||||
   * @param {import('ws').WebSocket & { isAlive: boolean }} ws
 | 
			
		||||
   * @param {http.IncomingMessage & ResolvedAccount} req
 | 
			
		||||
   * @param {import('pino').Logger} log
 | 
			
		||||
   */
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user