UpdateNotificationSettingsRequest
@raizfc/contracts / UpdateNotificationSettingsRequest
Type Alias: UpdateNotificationSettingsRequest
UpdateNotificationSettingsRequest =
Readonly<{categories?:Partial<Record<NotificationCategory,boolean>>;pushEnabled?:boolean; }>
Defined in: engagement/notifications.dto.ts:84