diff --git a/.changeset/ninety-parents-trade.md b/.changeset/ninety-parents-trade.md new file mode 100644 index 000000000..8fea43388 --- /dev/null +++ b/.changeset/ninety-parents-trade.md @@ -0,0 +1,5 @@ +--- +"@vue-storefront/magento-api": patch +--- + +[FIXED]: Added export of `Endpoints` type, because it was missing. diff --git a/packages/api-client/src/index.ts b/packages/api-client/src/index.ts index ae601de58..c11d3d2f7 100644 --- a/packages/api-client/src/index.ts +++ b/packages/api-client/src/index.ts @@ -1,2 +1,3 @@ export * from "./types/setup"; export * from "./types/context"; +export * from "./types/api/endpoints";