We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66e2a83 commit b1b40f2Copy full SHA for b1b40f2
types/index.d.ts
@@ -1395,7 +1395,7 @@ declare namespace Shopify {
1395
1396
interface ICustomer {
1397
accepts_marketing?: boolean;
1398
- email_marketing_consent?: IEmailMarketingConsent,
+ email_marketing_consent?: IEmailMarketingConsent;
1399
addresses?: ICustomerAddress[];
1400
created_at: string;
1401
currency: string;
@@ -2194,7 +2194,7 @@ declare namespace Shopify {
2194
2195
interface IOrderCustomer {
2196
2197
2198
2199
default_address: ICustomerAddress;
2200
email: string;
0 commit comments