🚀New lib version v0.11.0 [CI SKIP]
All checks were successful
continuous-integration/drone Build is passing

This commit is contained in:
2021-04-14 17:20:18 +00:00
parent 98e32555cf
commit 79bdce93fb
19 changed files with 42 additions and 3 deletions

View File

@@ -1,4 +1,5 @@
export declare type CreateFixedDonation = {
amount: number;
donor: number;
paidAmount?: number;
};