푸시정보

- 오디션 알림 추가
This commit is contained in:
2025-01-08 17:45:50 +09:00
parent b04f35c2da
commit b4cd489ee9
4 changed files with 14 additions and 3 deletions

View File

@@ -8,5 +8,6 @@ data class GetMemberInfoResponse(
val role: MemberRole,
val messageNotice: Boolean?,
val followingChannelLiveNotice: Boolean?,
val followingChannelUploadContentNotice: Boolean?
val followingChannelUploadContentNotice: Boolean?,
val auditionNotice: Boolean?
)