parent
daea0568a8
commit
a8d1ec6f9b
@ -31,6 +31,5 @@ export abstract class Donation {
|
|||||||
* The donation's amount in cents (or whatever your currency's smallest unit is.).
|
* The donation's amount in cents (or whatever your currency's smallest unit is.).
|
||||||
* The exact implementation may differ for each type of donation.
|
* The exact implementation may differ for each type of donation.
|
||||||
*/
|
*/
|
||||||
@IsInt()
|
abstract amount: number;
|
||||||
amount: number;
|
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user