()
| 17 | const COMMENT_EMAIL_THROTTLE_MS = 15 * 60 * 1000; |
| 18 | |
| 19 | const notificationSettingsUrl = () => |
| 20 | `${serverEnv().WEB_URL}/dashboard/settings/notifications`; |
| 21 | |
| 22 | type NotificationSpecificData = DistributiveOmit< |
| 23 | Notification, |
no test coverage detected