website refactor
This commit is contained in:
@@ -16,6 +16,12 @@ export interface LeagueWalletViewData {
|
||||
leagueId: string;
|
||||
balance: number;
|
||||
formattedBalance: string;
|
||||
totalRevenue: number;
|
||||
formattedTotalRevenue: string;
|
||||
totalFees: number;
|
||||
formattedTotalFees: string;
|
||||
pendingPayouts: number;
|
||||
formattedPendingPayouts: string;
|
||||
currency: string;
|
||||
transactions: LeagueWalletTransactionViewData[];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user