UNPKG

@vendure/core

Version:

A modern, headless ecommerce framework

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