UNPKG

icemilk

Version:

Shanghai jinbaozheng easy network technology Co.,Ltd sdk

7 lines (6 loc) 184 B
import {AxiosRequestConfig} from "axios"; export default interface INetworkOtherOption extends AxiosRequestConfig{ notTransformData: boolean; specific: any; ignore: any; }