seed data
This commit is contained in:
@@ -18,6 +18,11 @@ export class DashboardDriverSummaryDTO {
|
||||
@IsString()
|
||||
avatarUrl!: string;
|
||||
|
||||
@ApiProperty({ nullable: true })
|
||||
@IsOptional()
|
||||
@IsString()
|
||||
category?: string | null;
|
||||
|
||||
@ApiProperty({ nullable: true })
|
||||
@IsOptional()
|
||||
@IsNumber()
|
||||
|
||||
Reference in New Issue
Block a user