Skip to content

Commit

Permalink
fix: export all common types
Browse files Browse the repository at this point in the history
  • Loading branch information
UnderKoen committed Sep 7, 2023
1 parent 5766bfa commit 65fe2ad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/index.ts
Expand Up @@ -4,9 +4,9 @@ export { Moneybird };
export { Administration } from "./administration";
export { Contact } from "./contact";
export { SalesInvoice } from "./salesInvoice";
export { MoneybirdOptions } from "./common";
export * from "./common";

export const instance: Moneybird = new Moneybird(
"https://moneybird.com/api/",
"v2",
"v2"
);

0 comments on commit 65fe2ad

Please sign in to comment.