UNPKG

advanced-logger

Version:

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

10 lines (9 loc) 230 B
import { Method } from "axios"; export default interface IRequestConfig { url: string; method: Method; retryInterval?: number; retryAttempts?: number; logMetaIndexField?: string; [propName: string]: any; }