콘텐츠 리스트 - 가격, 시간 추가

This commit is contained in:
Yu Sung
2024-02-14 16:11:06 +09:00
parent 7d0c472885
commit 20cce36c16
3 changed files with 53 additions and 6 deletions

View File

@@ -48,6 +48,8 @@ struct GetAudioContentMainItem: Decodable {
let creatorId: Int
let creatorProfileImageUrl: String
let creatorNickname: String
let price: Int
let duration: String
}
struct GetAudioContentCurationResponse: Decodable {