UNPKG

@playtini/beta7

Version:

Microframework for Microservices

7 lines (6 loc) 135 B
import { IGelf } from '..'; export default interface ILoggerService { nodeID: string; transportOpts?: any; gelf?: IGelf; }