@tomei/product
Version:
NestJS package for product module
7 lines (6 loc) • 520 B
TypeScript
import { ProductBase } from './product/product.base';
import { ProductWithInventoryBase } from './product-with-inventory/product-with-inventory.base';
import { ProductRepository } from './product/product.repository';
import { ProductWithInventoryRepository } from './product-with-inventory/product-with-inventory.repository';
import { GemLabProduct } from '../components/gemlab-product/gemlab-product';
export { ProductBase, ProductWithInventoryBase, ProductRepository, ProductWithInventoryRepository, GemLabProduct, };