Files
BeReadyFrontend/src/app/services/api/model/get-user-stats-dto.ts
T
2026-03-28 15:46:13 +01:00

22 lines
407 B
TypeScript

/**
* BeReadyBackend
*
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* https://openapi-generator.tech
* Do not edit the class manually.
*/
export interface GetUserStatsDto {
id?: number;
score?: number;
totalWin?: number;
totalChallenge?: number;
totalPodium?: number;
totalBonusChallenge?: number;
series?: number;
}