// // DigitalWellnessKeys.swift // TuskerPreferences // // Created by Shadowfacts on 4/13/24. // import Foundation struct NotificationsModeKey: PreferenceKey { static var defaultValue: NotificationsMode { .allNotifications } }