changed address id type

This commit is contained in:
Mamalizz
2025-09-22 13:03:30 +03:30
parent 2a6f2d97da
commit 3eb13516a9
+1 -1
View File
@@ -158,7 +158,7 @@ declare global {
};
type Address = {
id: number | undefined;
id: number;
province: string | undefined;
city: string | undefined;
postal_code: string | undefined;