wupengfei
2025-08-21 99bafe2a2588853c2dd4c73c2d2a2cb1837bf688
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;