diff --git a/types/index.d.ts b/types/index.d.ts index 9d5e7ad6..f17f0252 100644 --- a/types/index.d.ts +++ b/types/index.d.ts @@ -1395,7 +1395,7 @@ declare namespace Shopify { interface ICustomer { accepts_marketing?: boolean; - email_marketing_consent?: IEmailMarketingConsent, + email_marketing_consent?: IEmailMarketingConsent; addresses?: ICustomerAddress[]; created_at: string; currency: string; @@ -2194,7 +2194,7 @@ declare namespace Shopify { interface IOrderCustomer { accepts_marketing?: boolean; - email_marketing_consent?: IEmailMarketingConsent, + email_marketing_consent?: IEmailMarketingConsent; created_at: string; default_address: ICustomerAddress; email: string;