콘텐츠 배너
- 시리즈에 연결되는 배너 타입 추가
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user