Skip to content

Commit

Permalink
Fixed missing export of SimpleError
Browse files Browse the repository at this point in the history
  • Loading branch information
niemyjski committed Sep 27, 2023
1 parent 3d1c011 commit 8c4c60a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/core/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ export type { UserInfo } from "./models/data/UserInfo.js";
export type { ModuleInfo } from "./models/data/ModuleInfo.js";

export type {
SimpleError,
ErrorInfo,
InnerErrorInfo,
MethodInfo,
Expand Down

0 comments on commit 8c4c60a

Please sign in to comment.