UNPKG

@tomei/product

Version:

NestJS package for product module

9 lines (7 loc) 252 B
import { IProductVariantUpdate } from './product-variant-update.interface'; export interface IProductVariantWithInventoryUpdate extends IProductVariantUpdate { StockLowAlertLevel: number; StockReorderLevel: number; BufferStockLevel: number; }