Started profil page

This commit is contained in:
2026-04-14 15:48:36 +01:00
parent 83f68a3029
commit 90243bc671
50 changed files with 849 additions and 1654 deletions
@@ -1,22 +1,22 @@
/**
* BeReadyBackend
*
*
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* https://openapi-generator.tech
* Do not edit the class manually.
*/
import {GetUserStatsDto} from './get-user-stats-dto';
import { GetUserStatsDto } from './get-user-stats-dto';
export interface GetUserDetailsDto {
export interface GetUserDetailsDto {
id?: number;
firstName?: string | null;
name?: string | null;
username?: string | null;
email?: string | null;
designationId?: number | null;
designationName?: string | null;
creationDate?: string;
getUserStatsDto?: GetUserStatsDto | null;
}