Cleaned code

This commit is contained in:
2026-05-14 18:49:56 +01:00
parent 8f836c6d80
commit ac9d62d284
49 changed files with 1478 additions and 648 deletions
@@ -1,7 +1,7 @@
/**
* BeReadyBackend
*
*
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* https://openapi-generator.tech
@@ -9,7 +9,7 @@
*/
export interface GetDesignationDto {
export interface GetDesignationDto {
id?: number;
label?: string | null;
}