Added hints
This commit is contained in:
parent
fe59e3a557
commit
b25b0db760
@ -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;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user