Added component to change designation

This commit is contained in:
2026-04-16 14:52:26 +01:00
parent 467cb3f886
commit b08753ebae
9 changed files with 138 additions and 6 deletions
@@ -16,6 +16,7 @@ export interface GetUserDetailsDto {
name?: string | null;
username?: string | null;
email?: string | null;
designationId?: number | null;
designationName?: string | null;
creationDate?: string;
getUserStatsDto?: GetUserStatsDto | null;