From 6301409531988faa0a1613e2ea7fc9df38e0c6a5 Mon Sep 17 00:00:00 2001 From: "web@ppanel" Date: Wed, 8 Jan 2025 23:42:34 +0700 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20fix(user):=20Add=20the=20'gift?= =?UTF-8?q?=5Famount'=20field=20to=20the=20user=20service's=20type=20defin?= =?UTF-8?q?ition?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/user/services/common/typings.d.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/user/services/common/typings.d.ts b/apps/user/services/common/typings.d.ts index a48b504..cc072d6 100644 --- a/apps/user/services/common/typings.d.ts +++ b/apps/user/services/common/typings.d.ts @@ -416,6 +416,7 @@ declare namespace API { balance: number; commission: number; deduction: number; + gift_amount: number; telegram: number; refer_code: string; referer_id: number;