UNPKG

@vendure/core

Version:

A modern, headless ecommerce framework

7 lines (6 loc) 171 B
import { EntityDuplicator } from '../entity-duplicator'; /** * @description * Duplicates a Promotion */ export declare const promotionDuplicator: EntityDuplicator<{}>;