UNPKG

@tomei/product

Version:

NestJS package for product module

9 lines (7 loc) 267 B
import { IProductWithInventoryAttrBase } from './product-with-inventory-attr.base.interface'; export interface IJewelleryProductAttr extends IProductWithInventoryAttrBase { ProfileId?: string; Surface: string; Uniqueness: string; HasCertificateYN: string; }