Update Product Prices built
This commit is contained in:
@ -0,0 +1,6 @@
|
||||
export class UpdateProductPricesItem {
|
||||
id: string;
|
||||
name: string;
|
||||
oldPrice: number;
|
||||
newPrice: number;
|
||||
}
|
||||
Reference in New Issue
Block a user