declare module '@vben/types/global' { interface ApplicationConfig { api_url?: string; api_fields?: { codeField?: string; dataField?: string; messageField?: string; successCode?: number | string; }; sys_department_pid?: string; } } export { type ApplicationConfig } from '@vben/types/global';