🚀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:08:11 +00:00
parent 1a378fcea9
commit 76a08a9c34
19 changed files with 42 additions and 3 deletions

View File

@@ -1,6 +1,7 @@
export declare type ResponseDonor = {
receiptNeeded: boolean;
donationAmount: number;
paidDonationAmount: number;
id: number;
firstname: string;
middlename: string;