오디션

- 오디션 알림 받기 설정 추가
This commit is contained in:
Yu Sung
2025-01-09 01:02:08 +09:00
parent 7481637fbb
commit 6d5257e1c0
11 changed files with 83 additions and 3 deletions

View File

@@ -18,4 +18,5 @@ struct GetMemberInfoResponse: Decodable {
let messageNotice: Bool?
let followingChannelLiveNotice: Bool?
let followingChannelUploadContentNotice: Bool?
let auditionNotice: Bool?
}

View File

@@ -11,4 +11,5 @@ struct UpdateNotificationSettingRequest: Encodable {
var live: Bool? = nil
var uploadContent: Bool? = nil
var message: Bool? = nil
var audition: Bool? = nil
}