@medusajs/types 1.12.0-snapshot-20240329212017 → 1.12.0-snapshot-20240401141452
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/product/common.d.ts +1 -1
- package/package.json +1 -1
package/dist/product/common.d.ts
CHANGED
@@ -659,7 +659,7 @@ export interface ProductOptionValueDTO {
|
|
659
659
|
* @prop handle - The handles to filter products by.
|
660
660
|
* @prop id - The IDs to filter products by.
|
661
661
|
* @prop tags - Filters on a product's tags.
|
662
|
-
* @prop
|
662
|
+
* @prop category_id - Filters on a product's category_id.
|
663
663
|
* @prop collection_id - Filters a product by its associated collections.
|
664
664
|
*/
|
665
665
|
export interface FilterableProductProps extends BaseFilterable<FilterableProductProps> {
|