@tomei/product
Version:
NestJS package for product module
14 lines (12 loc) • 531 B
text/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,
};