Skip to content

DoCurious API Reference / types / NotificationSettings

Interface: NotificationSettings

Defined in: types/user.types.ts:368

Simplified notification toggle set used by the Settings page UI.

Remarks

This is a flattened view for the settings form. The full per-category, per-channel configuration lives in import('./notification.types').NotificationPreferences.

Properties

challengeReminders

challengeReminders: boolean

Defined in: types/user.types.ts:371


communityUpdates

communityUpdates: boolean

Defined in: types/user.types.ts:372


emailNotifications

emailNotifications: boolean

Defined in: types/user.types.ts:369


marketingEmails

marketingEmails: boolean

Defined in: types/user.types.ts:373


pushNotifications

pushNotifications: boolean

Defined in: types/user.types.ts:370


weeklyDigest

weeklyDigest: boolean

Defined in: types/user.types.ts:374

DoCurious Platform Documentation