Response returned after subscribing an email address to changelog notifications.
const subResult: ChangelogSubscriptionResult = { subscribed: true, alreadySubscribed: false,}; Copy
const subResult: ChangelogSubscriptionResult = { subscribed: true, alreadySubscribed: false,};
True if the email address was already subscribed prior to this call.
Whether the subscription is active.
Response returned after subscribing an email address to changelog notifications.
Example