refactor driver module (wip)
This commit is contained in:
@@ -4,13 +4,13 @@ import { IsString } from 'class-validator';
|
||||
export class RemoveLeagueMemberInputDTO {
|
||||
@ApiProperty()
|
||||
@IsString()
|
||||
leagueId: string;
|
||||
leagueId!: string;
|
||||
|
||||
@ApiProperty()
|
||||
@IsString()
|
||||
performerDriverId: string;
|
||||
performerDriverId!: string;
|
||||
|
||||
@ApiProperty()
|
||||
@IsString()
|
||||
targetDriverId: string;
|
||||
targetDriverId!: string;
|
||||
}
|
||||
Reference in New Issue
Block a user