UNPKG

homebridge-config-ui-x

Version:

A web based management, configuration and control platform for Homebridge

4 lines (3 loc) 132 B
export interface NestMiddleware<TRequest = any, TResponse = any> { use(req: TRequest, res: TResponse, next: () => void): any; }