오디션
- 오디션 알림 받기 설정 추가
This commit is contained in:
@@ -18,4 +18,5 @@ struct GetMemberInfoResponse: Decodable {
|
||||
let messageNotice: Bool?
|
||||
let followingChannelLiveNotice: Bool?
|
||||
let followingChannelUploadContentNotice: Bool?
|
||||
let auditionNotice: Bool?
|
||||
}
|
||||
|
@@ -11,4 +11,5 @@ struct UpdateNotificationSettingRequest: Encodable {
|
||||
var live: Bool? = nil
|
||||
var uploadContent: Bool? = nil
|
||||
var message: Bool? = nil
|
||||
var audition: Bool? = nil
|
||||
}
|
||||
|
Reference in New Issue
Block a user