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.
103 B
103 B
@medusajs/medusa
| @medusajs/medusa |
|---|
| patch |
fix(medusa): import and use RequestQueryFields from types package