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

Commit 0005c2f

Browse files
committed
fix: error center ts error
1 parent ea561bf commit 0005c2f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/ui/xconsole-error-center/src/type.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ export interface BaseResponse<T> {
6161

6262
export interface ResponseError<T = any> extends Error {
6363
response?: AxiosResponse<BaseResponse<T>>;
64-
details: any;
64+
details?: any;
6565
}
6666

6767
export type GetMessageCallback = (code: string, msg: string, error: ResponseError) => string;

packages/xconsole/xconsole.json

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

0 commit comments

Comments
 (0)