@cpod/sdk - v0.2.7
    Preparing search index...

    Interface NotificationPreferences

    Notification preferences

    interface NotificationPreferences {
        user_id: string;
        global_enabled: boolean;
        quiet_hours?: {
            enabled: boolean;
            start: string;
            end: string;
            timezone: string;
        };
        channels: Partial<Record<NotificationChannel, ChannelPreference>>;
        categories: Partial<Record<NotificationCategory, CategoryPreference>>;
        updated_at: string;
    }
    Index

    Properties

    user_id: string
    global_enabled: boolean
    quiet_hours?: { enabled: boolean; start: string; end: string; timezone: string }
    updated_at: string