Skip to content
This repository was archived by the owner on Aug 12, 2025. It is now read-only.

Commit b27a22d

Browse files
committed
fix: export type error
1 parent 5b2367e commit b27a22d

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed
Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
1+
import { ApiType as IApiType, IOptions } from './types';
2+
13
export * from './hooks/useService';
2-
export { ApiType, IOptions as ServiceOption } from './types'
34
export { default as useService } from './hooks/useService';
45
export { default as createService, request as defaultAxiosRequest } from './service';
56
export { setGetRegionIdFn } from './utils/index';
6-
export { default as globalConfig } from './configuration/config';
7+
export { default as globalConfig } from './configuration/config';
8+
9+
export type ApiType = IApiType;
10+
export type ServiceOption = IOptions;

packages/xconsole/xconsole.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"version":"2.3.29"}
1+
{"version":"2.3.30"}

0 commit comments

Comments
 (0)