wupengfei
14 小时以前 46f550ca3f768b35fb65a4f1f13de1cfc3635148
1
2
3
4
5
6
7
8
import type { AxiosRequestConfig } from 'axios';
 
declare namespace GlobalType {
    interface RequestConfig extends AxiosRequestConfig {}
}
 
export = GlobalType;
export as namespace GlobalType;