Skip to content

Commit

Permalink
fix: export TimeoutError
Browse files Browse the repository at this point in the history
  • Loading branch information
UnderKoen committed Aug 20, 2024
1 parent 9e3f96b commit d1f0e08
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/errors/index.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export * from "./timeoutError";
1 change: 1 addition & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ export { Administration } from "./administration";
export { Contact } from "./contact";
export { SalesInvoice } from "./salesInvoice";
export * from "./common";
export * from "./errors";

export const instance: Moneybird = new Moneybird(
"https://moneybird.com/api/",
Expand Down

0 comments on commit d1f0e08

Please sign in to comment.