UNPKG

@tsclean/core

Version:

Plugin for API Rest Full development, based on Clean Architecture, IoC and Dependency Injection.

14 lines 446 B
import { LoggerService, LogLevel } from '../services'; export interface GetOrResolveOptions { strict?: boolean; each?: boolean; } export declare class ApplicationContextOptionsInterface { logger?: LoggerService | LogLevel[] | false; abortOnError?: boolean | undefined; bufferLogs?: boolean; autoFlushLogs?: boolean; preview?: boolean; snapshot?: boolean; } //# sourceMappingURL=application-context-options.d.ts.map