Response returned after unsubscribing an email address from changelog updates.
const unsubResult: ChangelogUnsubscribeResult = { unsubscribed: true,}; Copy
const unsubResult: ChangelogUnsubscribeResult = { unsubscribed: true,};
True if the email was successfully removed from the mailing list.
Response returned after unsubscribing an email address from changelog updates.
Example