후원랭킹 전체보기 추가
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
//
|
||||
// GetDonationAllResponse.swift
|
||||
// SodaLive
|
||||
//
|
||||
// Created by klaus on 2023/08/29.
|
||||
//
|
||||
|
||||
import Foundation
|
||||
|
||||
struct GetDonationAllResponse: Decodable {
|
||||
let accumulatedCansToday: Int
|
||||
let accumulatedCansLastWeek: Int
|
||||
let accumulatedCansThisMonth: Int
|
||||
let totalCount: Int
|
||||
let userDonationRanking: [UserDonationRankingResponse]
|
||||
}
|
||||
Reference in New Issue
Block a user