후원랭킹 전체보기 - 채널에 후원랭킹 활성화 스위치 추가

This commit is contained in:
Yu Sung
2023-10-06 01:02:32 +09:00
parent c75f94722b
commit 962197d319
6 changed files with 79 additions and 4 deletions

View File

@@ -11,6 +11,7 @@ struct GetDonationAllResponse: Decodable {
let accumulatedCansToday: Int
let accumulatedCansLastWeek: Int
let accumulatedCansThisMonth: Int
let isVisibleDonationRank: Bool
let totalCount: Int
let userDonationRanking: [UserDonationRankingResponse]
}