Files
2026-03-07 18:19:16 +01:00

8 lines
139 B
Swift

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