feat(market): track user points change

This commit is contained in:
2026-05-23 20:26:59 +02:00
parent 42e3571fab
commit a264336bd8
14 changed files with 339 additions and 48 deletions
+2 -6
View File
@@ -978,10 +978,6 @@ export type MarketListSchema = {
* Description
*/
description: string;
/**
* Type
*/
type: string;
/**
* Status
*/
@@ -1014,9 +1010,9 @@ export type MarketOptionSchema = {
*/
text: string;
/**
* Position
* Total Bets
*/
position: number;
total_bets?: number;
};
/**