homebridge-config-ui-x
Version:
A web based management, configuration and control platform for Homebridge.
6 lines (5 loc) • 302 B
TypeScript
import type { NestFastifyApplication } from '@nestjs/platform-fastify';
import './self-check';
import './globalDefaults';
export { HomebridgeIpcService } from './core/homebridge-ipc/homebridge-ipc.service';
export declare const app: Promise<NestFastifyApplication<import("fastify").RawServerDefault>>;