export interface UserSettingsNotificationsResponse { enableNotifications: boolean; discordId?: string; }