import { IProductWithInventoryAttrBase } from './product-with-inventory-attr.base.interface';
export interface IJewelleryProductAttr extends IProductWithInventoryAttrBase {
ProfileId?: string;
Surface: string;
Uniqueness: string;
HasCertificateYN: string;
}