refactor driver module (wip)
This commit is contained in:
@@ -2,14 +2,14 @@ import { ApiProperty } from '@nestjs/swagger';
|
||||
|
||||
export class WithdrawFromLeagueWalletInputDTO {
|
||||
@ApiProperty()
|
||||
amount: number;
|
||||
amount!: number;
|
||||
|
||||
@ApiProperty()
|
||||
currency: string;
|
||||
currency!: string;
|
||||
|
||||
@ApiProperty()
|
||||
seasonId: string;
|
||||
seasonId!: string;
|
||||
|
||||
@ApiProperty()
|
||||
destinationAccount: string;
|
||||
destinationAccount!: string;
|
||||
}
|
||||
Reference in New Issue
Block a user