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 6c73a4e commit 168c255Copy full SHA for 168c255
lib/contact/contact.types.ts
@@ -46,7 +46,7 @@ export interface ContactObject {
46
notes: AddressableList;
47
companies: AddressableList;
48
opted_in_subscription_types: AddressableList;
49
- opted_out_subscription_tyes: AddressableList;
+ opted_out_subscription_types: AddressableList;
50
referrer: string;
51
utm_campaign: string | null;
52
utm_content: string | null;
0 commit comments