UNPKG

@tomei/product

Version:

NestJS package for product module

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