fix error on all interfaces
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
import {ProductInfo} from "./product.interface";
|
||||
|
||||
export interface ProductOrderInfo {
|
||||
product: string;
|
||||
product: ProductInfo;
|
||||
quantity: number;
|
||||
price: number;
|
||||
}
|
||||
Reference in New Issue
Block a user