Fix type argument for requests which is necessary for generating OpenAPI specs ## Why The `StoreVariantListRequest` type used in the `/store/product-variants` route doesn't match the convention of other routes since it doesn't accept a type parameter for the query (or body, but here that's not necessary). This makes it difficult for us to infer the query parameter type of the request. This change would adapt the `StoreVariantListRequest` to match other conventions in our API routes so that we can generate correct OAS for docs
6 lines
90 B
Markdown
6 lines
90 B
Markdown
---
|
|
"@medusajs/medusa": patch
|
|
---
|
|
|
|
fix(medusa): fix type of product variant request param
|