🐛 fix(user): Add the 'gift_amount' field to the user service's type definition

This commit is contained in:
web@ppanel 2025-01-08 23:42:34 +07:00
parent b13c77e9b7
commit 6301409531

View File

@ -416,6 +416,7 @@ declare namespace API {
balance: number;
commission: number;
deduction: number;
gift_amount: number;
telegram: number;
refer_code: string;
referer_id: number;