UNPKG

@tomei/product

Version:

NestJS package for product module

9 lines (7 loc) 254 B
import { ProductWithInventoryModel } from '../entities/product-with-inventory.entity'; export interface IProductWithInventoryRepository { create( data: ProductWithInventoryModel | any, options?: any, ): Promise<ProductWithInventoryModel>; }