feat(creator): 라이브 탭 기반을 추가한다
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
import Foundation
|
||||
|
||||
struct CreatorChannelLiveTabResponse: Decodable {
|
||||
let liveReplayContentCount: Int
|
||||
let currentLive: CreatorChannelLiveResponse?
|
||||
let liveReplayContents: [CreatorChannelAudioContentResponse]
|
||||
let sort: ContentSort
|
||||
let page: Int
|
||||
let size: Int
|
||||
let hasNext: Bool
|
||||
}
|
||||
Reference in New Issue
Block a user