UNPKG

@mcma/client

Version:

Node module with classes and functions used to access services in an MCMA environment

6 lines (5 loc) 179 B
import { AxiosRequestConfig } from "axios"; import { McmaTracker } from "@mcma/core"; export interface HttpRequestConfig extends AxiosRequestConfig { tracker?: McmaTracker; }