Skip to content

Commit

Permalink
fix: missing endpoints type export (#1526)
Browse files Browse the repository at this point in the history
* fix: missing endpoints type export

* chore: changeset

* chore: align changeset to the rfc
  • Loading branch information
grixu authored May 10, 2024
1 parent 2d65c62 commit 101d990
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/ninety-parents-trade.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@vue-storefront/magento-api": patch
---

[FIXED]: Added export of `Endpoints` type, because it was missing.
1 change: 1 addition & 0 deletions packages/api-client/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
export * from "./types/setup";
export * from "./types/context";
export * from "./types/api/endpoints";

0 comments on commit 101d990

Please sign in to comment.