import Foundation public struct RegDate: Codable { public let from: Int64 public let to: Int64 public let validUntil: Int64 }