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

View File

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