UNPKG

mira-app-server

Version:

Mira Server - standalone server application using mira-app-core

10 lines 505 B
import { MessageHandler } from './MessageHandler'; import { WebSocket } from 'ws'; import type { WebSocketMessage } from '../types'; import { ILibraryServerData } from 'mira-app-core/storage/sqlite'; import { MiraWebsocketServer } from '../WebSocketServer'; export declare class TagHandler extends MessageHandler { constructor(server: MiraWebsocketServer, dbService: ILibraryServerData, ws: WebSocket, message: WebSocketMessage); handle(): Promise<void>; } //# sourceMappingURL=TagHandler.d.ts.map