view models
This commit is contained in:
@@ -8,7 +8,7 @@ export type FullTransactionDto = TransactionDto & {
|
||||
type: 'deposit' | 'withdrawal';
|
||||
};
|
||||
|
||||
export class WalletTransactionViewModel implements FullTransactionDto {
|
||||
export class WalletTransactionViewModel {
|
||||
id: string;
|
||||
walletId: string;
|
||||
amount: number;
|
||||
|
||||
Reference in New Issue
Block a user