!95 [inula-request]<bugfix> 请求组件类型导出优化

Merge pull request !95 from 涂旭辉/master
This commit is contained in:
openInula-robot 2023-12-05 11:39:41 +00:00 committed by Gitee
commit 1ec86d6cef
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
1 changed files with 2 additions and 2 deletions

View File

@ -68,7 +68,7 @@ export {
isAxiosError,
};
export type { IrRequestConfig, IrResponse, IrInstance, CancelTokenSource, IrProgressEvent } from './src/types/interfaces';
export type { Method, ResponseType } from './src/types/types';
export { IrRequestConfig, IrResponse, IrInstance, CancelTokenSource, IrProgressEvent } from './src/types/interfaces';
export { Method, ResponseType } from './src/types/types';
export default inulaRequest;