feat: 콘텐츠 상세 - 포인트가 사용 가능한 경우 커버이미지 우측 상단에 포인트 아이콘으로 표시

This commit is contained in:
Yu Sung
2025-04-24 11:17:09 +09:00
parent 39632b3e4c
commit 30364e32ca
2 changed files with 19 additions and 0 deletions

View File

@@ -41,6 +41,7 @@ struct GetAudioContentDetailResponse: Decodable {
let previousContent: OtherContentResponse?
let nextContent: OtherContentResponse?
let buyerList: [ContentBuyer]
let isAvailableUsePoint: Bool
}
enum OrderType: String, Codable {