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