cleaned code

This commit is contained in:
2026-03-28 15:46:13 +01:00
parent fdb4cf119b
commit cf1df4700e
51 changed files with 1659 additions and 723 deletions
+3 -3
View File
@@ -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 GetUserDto {
export interface GetUserDto {
id?: number;
firstName?: string | null;
name?: string | null;