Skip to content

Commit 8c4c60a

Browse files
committedSep 27, 2023
Fixed missing export of SimpleError
1 parent 3d1c011 commit 8c4c60a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎packages/core/src/index.ts

+1
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ export type { UserInfo } from "./models/data/UserInfo.js";
1818
export type { ModuleInfo } from "./models/data/ModuleInfo.js";
1919

2020
export type {
21+
SimpleError,
2122
ErrorInfo,
2223
InnerErrorInfo,
2324
MethodInfo,

0 commit comments

Comments
 (0)