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