Mayson Monorepo Documentation
    Preparing search index...

    Interface IEmailNotificationPreferences

    Email notification preferences for a user

    interface IEmailNotificationPreferences {
        priceAlerts: boolean;
        portfolioChanges: boolean;
        marketNews: boolean;
    }
    Index

    Properties

    priceAlerts: boolean

    Price alert notifications (triggered by price threshold)

    portfolioChanges: boolean

    Portfolio change summary notifications (daily)

    marketNews: boolean

    Market news digest notifications (weekly)