From 3eb13516a93689d5a44a379cee4a19c590ef8e07 Mon Sep 17 00:00:00 2001 From: Mamalizz Date: Mon, 22 Sep 2025 13:03:30 +0330 Subject: [PATCH] changed address id type --- frontend/types/global.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/types/global.d.ts b/frontend/types/global.d.ts index f98539f..aa616cb 100644 --- a/frontend/types/global.d.ts +++ b/frontend/types/global.d.ts @@ -158,7 +158,7 @@ declare global { }; type Address = { - id: number | undefined; + id: number; province: string | undefined; city: string | undefined; postal_code: string | undefined;