CupThread React Native & Expo SDK - v0.1.0
    Preparing search index...

    Interface ChangelogUnsubscribeResult

    Response returned after unsubscribing an email address from changelog updates.

    const unsubResult: ChangelogUnsubscribeResult = {
    unsubscribed: true,
    };
    interface ChangelogUnsubscribeResult {
        unsubscribed: boolean;
    }
    Index
    unsubscribed: boolean

    True if the email was successfully removed from the mailing list.