UNPKG

medusa-plugin-reviews-and-ratings

Version:

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

6 lines (5 loc) 252 B
import { MigrationInterface, QueryRunner } from "typeorm"; export declare class CreateProductReview1701772415870 implements MigrationInterface { up(queryRunner: QueryRunner): Promise<void>; down(queryRunner: QueryRunner): Promise<void>; }