fix(fulfillment): export schema types (#10700)
Export `ServiceZoneSchema` and `GeoZoneSchema` so that we can infer types correctly in references
This commit is contained in:
5
.changeset/soft-elephants-attack.md
Normal file
5
.changeset/soft-elephants-attack.md
Normal file
@@ -0,0 +1,5 @@
|
||||
---
|
||||
"@medusajs/fulfillment": patch
|
||||
---
|
||||
|
||||
fix(fulfillment): export schema types
|
||||
@@ -4,8 +4,8 @@ export { FulfillmentItem } from "./fulfillment-item"
|
||||
export { FulfillmentLabel } from "./fulfillment-label"
|
||||
export { FulfillmentProvider } from "./fulfillment-provider"
|
||||
export { FulfillmentSet } from "./fulfillment-set"
|
||||
export { GeoZone } from "./geo-zone"
|
||||
export { ServiceZone } from "./service-zone"
|
||||
export { GeoZone, GeoZoneSchema } from "./geo-zone"
|
||||
export { ServiceZone, ServiceZoneSchema } from "./service-zone"
|
||||
export { ShippingOption } from "./shipping-option"
|
||||
export { ShippingOptionRule } from "./shipping-option-rule"
|
||||
export { ShippingOptionType } from "./shipping-option-type"
|
||||
|
||||
Reference in New Issue
Block a user