UNPKG

homebridge-config-ui-x

Version:

A web based management, configuration and control platform for Homebridge

12 lines (11 loc) 288 B
/** * Interface defining method called once the application has fully started and * is bootstrapped. * * @see [Lifecycle Events](https://docs.nestjs.com/fundamentals/lifecycle-events) * * @publicApi */ export interface OnApplicationBootstrap { onApplicationBootstrap(): any; }