feat(creator-profile): 라이브 섹션 UI 변경

This commit is contained in:
Yu Sung
2025-10-17 06:17:36 +09:00
parent 491238a7eb
commit 3de1b2a7d6
5 changed files with 182 additions and 193 deletions

View File

@@ -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 {