Fix delivery gateway type

This commit is contained in:
marzban-dev
2026-05-18 16:03:16 +03:30
parent 85cb116e28
commit 17c1be7b3f
2 changed files with 5 additions and 4 deletions
+1 -1
View File
@@ -15,7 +15,7 @@ definePageMeta({
middleware: "check-is-logged-in",
prevPage: { name: "cart", label: "سبد خرید" },
nextPage: { name: "cart-checkout", label: "تسویه حساب", query: "ZIBAL" },
nextPage: { name: "cart-checkout", label: "تسویه حساب", query: "ZARINPAL" },
});
// types
+2 -1
View File
@@ -156,8 +156,9 @@ declare global {
timestamp: string;
show: boolean;
product: number;
user: string;
user: { id: number; first_name: string; last_name: string; profile_photo: string | null; phone: string };
title: string;
user_rating: number | null;
};
type Category = {