Fixed error with modal and datas

This commit is contained in:
2026-03-28 21:43:06 +01:00
parent 95d46d7811
commit 5441783eb2
54 changed files with 833 additions and 1657 deletions
+4 -4
View File
@@ -1,21 +1,21 @@
/**
* 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 GetUserDto {
export interface GetUserDto {
id?: number;
firstName?: string | null;
name?: string | null;
username?: string | null;
designationId?: number | null;
designationName?: string | null;
getUserStatsDto?: GetUserStatsDto | null;
}