UNPKG

homebridge-config-ui-x

Version:

A web based management, configuration and control platform for Homebridge.

8 lines (7 loc) 336 B
import type { TermSize, WsEventEmitter } from './terminal.service'; import { TerminalService } from './terminal.service'; export declare class TerminalGateway { private readonly terminalService; constructor(terminalService: TerminalService); startTerminalSession(client: WsEventEmitter, payload: TermSize): Promise<void>; }