UNPKG

@vendure/cli

Version:

A modern, headless ecommerce framework

4 lines (3 loc) 228 B
import { ClassDeclaration } from 'ts-morph'; import { VendurePluginRef } from '../../../../../shared/vendure-plugin-ref'; export declare function addEntityToPlugin(plugin: VendurePluginRef, entityClass: ClassDeclaration): void;