// // AdvancedKeys.swift // TuskerPreferences // // Created by Shadowfacts on 4/13/24. // import Foundation import Pachyderm struct StatusContentTypeKey: MigratablePreferenceKey { static var defaultValue: StatusContentType { .plain } } struct FeatureFlagsKey: MigratablePreferenceKey { static var defaultValue: Set { [] } }