Skip to content

Commit 6b7aad4

Browse files
authored
[ts] Fix multipass_identifier type (#654)
1 parent 137627e commit 6b7aad4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

types/index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1408,7 +1408,7 @@ declare namespace Shopify {
14081408
last_name: string;
14091409
metafield?: IObjectMetafield; // From https://help.shopify.com/api/reference/customer but not visible in test API call
14101410
phone: string;
1411-
multipass_identifier: null;
1411+
multipass_identifier: string | null;
14121412
last_order_id: number | null;
14131413
last_order_name: string | null;
14141414
note: string | null;

0 commit comments

Comments
 (0)