import Foundation

public enum ContextType: String, Codable, Equatable, Sendable {
    case hooksFeed = "hooks_feed"
    case omniplayer
}
