콘텐츠 상세

- 한정판 UI 추가
This commit is contained in:
Yu Sung
2024-03-27 01:38:27 +09:00
parent 7b24b50582
commit 5c15e7d52f
4 changed files with 104 additions and 10 deletions

View File

@@ -18,6 +18,9 @@ struct GetAudioContentDetailResponse: Decodable {
let price: Int
let duration: String
let releaseDate: String?
let totalContentCount: Int?
let remainingContentCount: Int?
let orderSequence: Int?
let isActivePreview: Bool
let isAdult: Bool
let isMosaic: Bool