Skip to content

Commit

Permalink
[ts] Fix multipass_identifier type (#654)
Browse files Browse the repository at this point in the history
  • Loading branch information
natewaddoups authored Jun 30, 2024
1 parent 137627e commit 6b7aad4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion types/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1408,7 +1408,7 @@ declare namespace Shopify {
last_name: string;
metafield?: IObjectMetafield; // From https://help.shopify.com/api/reference/customer but not visible in test API call
phone: string;
multipass_identifier: null;
multipass_identifier: string | null;
last_order_id: number | null;
last_order_name: string | null;
note: string | null;
Expand Down

0 comments on commit 6b7aad4

Please sign in to comment.