comment on outdate field

This commit is contained in:
2026-07-17 16:47:32 +08:00
parent 65d1f18525
commit 832b3769cc
+1
View File
@@ -205,6 +205,7 @@ export type ProfileRechargeOrder = {
export type ProfileRechargeCenterResponse = {
walletBalance: number;
// TODO mirror backend: should not nullable
mudPointBalance?: ProfileMudPointBalance;
membership: ProfileMembership;
pointProducts: ProfileRechargeProduct[];