Everything works well and good structure.
This commit is contained in:
7
Sources/MusicBrainz/Models/Shared/LifeSpan.swift
Normal file
7
Sources/MusicBrainz/Models/Shared/LifeSpan.swift
Normal file
@@ -0,0 +1,7 @@
|
||||
import Foundation
|
||||
|
||||
public struct LifeSpan: Codable, Sendable {
|
||||
public let begin: String?
|
||||
public let end: String?
|
||||
public let ended: Bool?
|
||||
}
|
||||
Reference in New Issue
Block a user