changed address id type
This commit is contained in:
Vendored
+1
-1
@@ -158,7 +158,7 @@ declare global {
|
|||||||
};
|
};
|
||||||
|
|
||||||
type Address = {
|
type Address = {
|
||||||
id: number | undefined;
|
id: number;
|
||||||
province: string | undefined;
|
province: string | undefined;
|
||||||
city: string | undefined;
|
city: string | undefined;
|
||||||
postal_code: string | undefined;
|
postal_code: string | undefined;
|
||||||
|
|||||||
Reference in New Issue
Block a user