zhengyiming
2025-09-26 c72be856765583aa60e621fbc35da8e3e276aabc
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;