Mayson Monorepo Documentation
    Preparing search index...
    interface IUser {
        userId: string;
        email?: string;
        activeExchange?: ExchangeName;
        personality?: PersonalityId;
        preferredLanguage?: LanguageCode;
        emailNotifications?: IEmailNotificationPreferences;
    }

    Hierarchy (View Summary)

    Index

    Properties

    userId: string
    email?: string

    User's email address for notifications

    activeExchange?: ExchangeName
    personality?: PersonalityId
    preferredLanguage?: LanguageCode

    User's preferred language for AI responses

    emailNotifications?: IEmailNotificationPreferences

    Email notification preferences