콘텐츠 배너

- 시리즈에 연결되는 배너 타입 추가
This commit is contained in:
Yu Sung
2025-01-17 14:35:46 +09:00
parent 4a552dabe2
commit 1d3350d498
2 changed files with 6 additions and 1 deletions

View File

@@ -64,9 +64,10 @@ struct GetAudioContentBannerResponse: Decodable {
let thumbnailImageUrl: String
let eventItem: EventItem?
let creatorId: Int?
let seriesId: Int?
let link: String?
}
enum AudioContentBannerType: String, Decodable {
case EVENT, CREATOR, LINK
case EVENT, CREATOR, LINK, SERIES
}