UNPKG

advanced-logger

Version:

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

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