Added hints

This commit is contained in:
Nicolai Ort 2023-04-19 15:47:54 +02:00
parent fe59e3a557
commit b25b0db760
Signed by: niggl
GPG Key ID: 13AFA55AF62F269F
1 changed files with 2 additions and 2 deletions

View File

@ -59,7 +59,7 @@ export class ResponseStats implements IResponse {
total_donation: number;
/**
* The total donation count.
* The total donation count (cent).
*/
@IsInt()
total_donations: number;
@ -77,7 +77,7 @@ export class ResponseStats implements IResponse {
average_distance: number;
/**
* The average donation per distance.
* The average donation per distance (cent).
*/
@IsInt()
average_donation: number;