Mayson Monorepo Documentation
    Preparing search index...

    Interface UpdateNotificationPreferencesRequest

    Request to update notification preferences

    interface UpdateNotificationPreferencesRequest {
        email?: string;
        preferences?: Partial<IEmailNotificationPreferences>;
    }
    Index

    Properties

    Properties

    email?: string

    User's email address for notifications

    preferences?: Partial<IEmailNotificationPreferences>

    Updated notification preferences (partial update)