UNPKG

medusa-plugin-reviews-and-ratings

Version:

Medusa plugin to add product reviews and ratings functionality in the project.

6 lines (5 loc) 213 B
import { Customer as MedusaCustomer } from "@medusajs/medusa"; import { ProductReview } from "./product-review"; export declare class Customer extends MedusaCustomer { product_reviews: ProductReview[]; }