import Foundation public struct LifeSpan: Codable, Sendable { public let begin: String? public let end: String? public let ended: Bool? }