feat(market): track user points change
This commit is contained in:
@@ -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;
|
||||
};
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user