view data fixes
This commit is contained in:
@@ -1,7 +1,9 @@
|
||||
import { WalletDTO } from '@/lib/types/generated/WalletDTO';
|
||||
import { WalletTransactionViewModel } from './WalletTransactionViewModel';
|
||||
|
||||
export class WalletViewModel {
|
||||
import { ViewModel } from "../contracts/view-models/ViewModel";
|
||||
|
||||
export class WalletViewModel extends ViewModel {
|
||||
id: string;
|
||||
leagueId: string;
|
||||
balance: number;
|
||||
|
||||
Reference in New Issue
Block a user