// // Winner.swift // iris // // Created by Codex. // import Foundation enum FeedItemType: String, Codable, CaseIterable { case weatherAlert = "WEATHER_ALERT" case weatherWarning = "WEATHER_WARNING" case transit = "TRANSIT" case poiNearby = "POI_NEARBY" case info = "INFO" case nowPlaying = "NOW_PLAYING" case currentWeather = "CURRENT_WEATHER" case calendarEvent = "CALENDAR_EVENT" case allQuiet = "ALL_QUIET" }