c71a06c87f
Noticed that `RequestQueryFields` is defined in both the `medusa` and `types` package. Within the `medusa` package sometimes it uses the local type definition or the definition in `types`. This PR removes the type definition of `RequestQueryFields` in `medusa` and uses that in `types` instead.
6 lines
103 B
Markdown
6 lines
103 B
Markdown
---
|
|
"@medusajs/medusa": patch
|
|
---
|
|
|
|
fix(medusa): import and use `RequestQueryFields` from types package
|