Cleaned code

This commit is contained in:
2026-04-25 18:18:02 +01:00
parent 99b4e0ea35
commit a229835b1a
48 changed files with 1488 additions and 654 deletions
@@ -1,16 +1,16 @@
/**
* 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;