profile dto added
This commit is contained in:
parent
99e742f840
commit
641d0926e9
@ -12,10 +12,10 @@ export class ProfileResponseDto {
|
||||
role: RoleType;
|
||||
|
||||
@ApiProperty()
|
||||
prenom: string;
|
||||
prenom?: string;
|
||||
|
||||
@ApiProperty()
|
||||
nom: string;
|
||||
nom?: string;
|
||||
|
||||
@ApiProperty({ enum: StatutUtilisateurType })
|
||||
statut: StatutUtilisateurType;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user