fix data flow issues
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
import { ApiProperty } from '@nestjs/swagger';
|
||||
|
||||
export class WithdrawFromLeagueWalletInputDTO {
|
||||
@ApiProperty()
|
||||
amount: number;
|
||||
|
||||
@ApiProperty()
|
||||
currency: string;
|
||||
|
||||
@ApiProperty()
|
||||
seasonId: string;
|
||||
|
||||
@ApiProperty()
|
||||
destinationAccount: string;
|
||||
}
|
||||
Reference in New Issue
Block a user