UNPKG

advanced-logger

Version:

Advanced logger module extendable with plugins. Works in nodejs and browsers

7 lines (6 loc) 193 B
import IRequestConfig from "./IRequestConfig"; export default interface ISumologicRequestConfig extends IRequestConfig { sourceCategory: string; host: string; sourceName: string; }