refactor driver module (wip)
This commit is contained in:
@@ -4,7 +4,7 @@ import { IsString, IsBoolean } from 'class-validator';
|
||||
export class RejectJoinRequestOutputDTO {
|
||||
@ApiProperty()
|
||||
@IsBoolean()
|
||||
success: boolean;
|
||||
success!: boolean;
|
||||
|
||||
@ApiProperty({ required: false })
|
||||
@IsString()
|
||||
|
||||
Reference in New Issue
Block a user