UNPKG

@directus/api

Version:

Directus is a real-time API and App dashboard for managing SQL database content

9 lines (8 loc) 338 B
import type { Server as httpServer } from 'http'; import { WebSocketMessage } from '../messages.js'; import SocketController from './base.js'; export declare class WebSocketController extends SocketController { constructor(httpServer: httpServer); private bindEvents; protected parseMessage(data: string): WebSocketMessage; }