UNPKG

homebridge-config-ui-x

Version:

A web based management, configuration and control platform for Homebridge

6 lines (5 loc) 167 B
export interface NestGateway { afterInit?: (server: any) => void; handleConnection?: (...args: any[]) => void; handleDisconnect?: (client: any) => void; }