order status update

This commit is contained in:
Samandar Turgunboyev
2026-02-13 15:50:53 +05:00
parent f6231229da
commit d5148aaf06
6 changed files with 331 additions and 261 deletions

View File

@@ -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;