기부 랭킹 기간 선택 추가
프로필 기부 랭킹 조회와 프로필 갱신 요청에\n기간 값을 전달한다.
This commit is contained in:
13
SodaLive/Sources/User/DonationRankingPeriod.swift
Normal file
13
SodaLive/Sources/User/DonationRankingPeriod.swift
Normal file
@@ -0,0 +1,13 @@
|
||||
//
|
||||
// DonationRankingPeriod.swift
|
||||
// SodaLive
|
||||
//
|
||||
// Created by Codex on 2026/02/03.
|
||||
//
|
||||
|
||||
import Foundation
|
||||
|
||||
enum DonationRankingPeriod: String, Codable {
|
||||
case weekly = "WEEKLY"
|
||||
case cumulative = "CUMULATIVE"
|
||||
}
|
||||
Reference in New Issue
Block a user