test #20

Merged
klaus merged 6 commits from test into main 2023-08-29 07:33:58 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 00a6fa0c91 - Show all commits

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>,