order status update
This commit is contained in:
@@ -12,7 +12,10 @@ export interface ProductListResult {
|
||||
id: number;
|
||||
images: { id: number; image: string }[];
|
||||
liked: boolean;
|
||||
meansurement: null | string;
|
||||
meansurement: {
|
||||
id: number;
|
||||
name: string;
|
||||
} | null;
|
||||
inventory_id: null | string;
|
||||
product_id: string;
|
||||
code: string;
|
||||
@@ -99,7 +102,10 @@ export interface FavouriteProductRes {
|
||||
id: number;
|
||||
images: { id: number; image: string }[];
|
||||
liked: boolean;
|
||||
meansurement: null | string;
|
||||
meansurement: {
|
||||
id: number;
|
||||
name: string;
|
||||
} | null;
|
||||
inventory_id: null | string;
|
||||
product_id: string;
|
||||
code: string;
|
||||
|
||||
Reference in New Issue
Block a user