UNPKG

homebridge-config-ui-x

Version:

A web based management, configuration and control platform for Homebridge

11 lines (10 loc) 285 B
import { LoggerService, LogLevel } from '../services/logger.service'; /** * @publicApi */ export declare class NestApplicationContextOptions { /** * Specifies the logger to use. Pass `false` to turn off logging. */ logger?: LoggerService | LogLevel[] | boolean; }