fix : user profile orders list

This commit is contained in:
morteza-mortezai
2025-11-05 23:15:34 +03:30
parent ad296a2f75
commit f555afaa49
2 changed files with 13 additions and 10 deletions
+1 -1
View File
@@ -100,4 +100,4 @@ export type NotificationQuery = {
since: number;
};
export type OrderStatusQuery = "Delivered" | "Processing" | "Cancelled" | "Returned";
export type OrderStatusQuery = "Delivered" | "Processing" | "Cancelled" | "Returned" | "Shipped";