fix(fulfillment): export schema types (#10700)

Export `ServiceZoneSchema` and `GeoZoneSchema` so that we can infer types correctly in references
This commit is contained in:
Shahed Nasser
2024-12-23 12:58:43 +00:00
committed by GitHub
parent 198fa53120
commit 3a0c69fbe0
2 changed files with 7 additions and 2 deletions
+5
View File
@@ -0,0 +1,5 @@
---
"@medusajs/fulfillment": patch
---
fix(fulfillment): export schema types