dev add reason entity
Test Workflow / test (push) Waiting to run

This commit is contained in:
vladp
2026-03-27 21:54:36 +07:00
parent 535be69840
commit 6d6721fb0a
4 changed files with 11 additions and 3 deletions
+1
View File
@@ -7,4 +7,5 @@ data class ReferralStat(
val availableIncome: Int,
val holdBalance: Int,
val referralLink: String,
val spentBalance: Int,
)