feat(creator-profile): 라이브 섹션 UI 변경
This commit is contained in:
@@ -61,6 +61,7 @@ struct LiveRoomResponse: Decodable {
|
||||
let content: String
|
||||
let isPaid: Bool
|
||||
let beginDateTime: String
|
||||
let beginDateTimeUtc: String
|
||||
let coverImageUrl: String
|
||||
let isAdult: Bool
|
||||
let price: Int
|
||||
@@ -68,6 +69,7 @@ struct LiveRoomResponse: Decodable {
|
||||
let managerNickname: String
|
||||
let isReservation: Bool
|
||||
let isActive: Bool
|
||||
let isPrivateRoom: Bool
|
||||
}
|
||||
|
||||
struct GetAudioContentListResponse: Decodable {
|
||||
|
||||
Reference in New Issue
Block a user