후원랭킹 전체보기 API 추가

This commit is contained in:
Klaus 2023-08-29 00:02:00 +09:00
parent f25888c88e
commit 00a6fa0c91
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ import kr.co.vividnext.sodalive.content.GetAudioContentListItem
data class GetCreatorProfileResponse(
val creator: CreatorResponse,
val memberDonationRanking: List<MemberDonationRankingResponse>,
val userDonationRanking: List<MemberDonationRankingResponse>,
val similarCreatorList: List<SimilarCreatorResponse>,
val liveRoomList: List<LiveRoomResponse>,
val contentList: List<GetAudioContentListItem>,