fix : returned and cancelled status orders

This commit is contained in:
morteza-mortezai
2025-10-29 11:35:47 +03:30
parent 01822dc80f
commit 49e3d51db8
2 changed files with 10 additions and 2 deletions
+1 -1
View File
@@ -99,4 +99,4 @@ export type NotificationQuery = {
since: number;
};
export type OrderStatusQuery = "Delivered" | "Processing" | "Cancelled";
export type OrderStatusQuery = "Delivered" | "Processing" | "Cancelled" | "Returned";