import Foundation
public enum NotificationIdentifier: String {
case scriptAppIntentRun
case sceneAppIntentRun
case carPlayIntro
}