fix(types): missing rules in prices types (#13669)

This was missing from the types although they are in validators. https://github.com/medusajs/medusa/blob/bb6cc586f7e883ea2eaa29ef459f8b3dbd3a345b/packages/medusa/src/api/admin/shipping-options/validators.ts#L88-L103

CLOSES #13610
CLOSES #12910
This commit is contained in:
William Bouchard
2025-10-06 15:22:55 +00:00
committed by GitHub
parent f85df8fcdc
commit 28d57b7bf8
3 changed files with 40 additions and 35 deletions
+5
View File
@@ -0,0 +1,5 @@
---
"@medusajs/types": patch
---
fix(types): missing rules in prices types