Add OAuth backend scaffold
This commit is contained in:
@@ -2,7 +2,7 @@ import AppIntents
|
||||
import Foundation
|
||||
import WidgetKit
|
||||
|
||||
enum MomentRatingValue: String, AppEnum {
|
||||
enum MomentRatingValue: String, AppEnum, Codable, Hashable, Sendable {
|
||||
case veryGood = "Sehr gut"
|
||||
case good = "Gut"
|
||||
case middle = "Mittel"
|
||||
|
||||
Reference in New Issue
Block a user