import CoreData import Foundation import Models public struct InternalDeviceToken: Identifiable { public let id: String public let createdAt: Date? }