We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b1e7a9e commit f8c5255Copy full SHA for f8c5255
index.d.ts
@@ -1391,12 +1391,12 @@ declare namespace Shopify {
1391
first_name: string;
1392
id: number;
1393
last_name: string;
1394
- latitude: string;
1395
- longitude: string;
+ latitude: number | null;
+ longitude: number | null;
1396
name: string;
1397
phone: string | null;
1398
- province: string;
1399
- province_code: string;
+ province: string | null;
+ province_code: string | null;
1400
zip: string;
1401
}
1402
0 commit comments