라이브 성별 제한 옵션 추가
라이브 생성과 수정 요청에 성별 제한 값을 포함한다. 라이브 정보 조회 응답에 성별 제한 값을 제공한다.
This commit is contained in:
@@ -14,6 +14,7 @@ struct GetRoomDetailResponse: Decodable {
|
||||
let notice: String
|
||||
let isPaid: Bool
|
||||
let isAdult: Bool
|
||||
let genderRestriction: LiveRoomCreateViewModel.GenderRestriction?
|
||||
let isPrivateRoom: Bool
|
||||
let password: String?
|
||||
let tags: [String]
|
||||
|
||||
Reference in New Issue
Block a user