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

This commit is contained in:
2021-01-13 19:36:32 +00:00
parent 7c7d0c195e
commit 79606e3f43
55 changed files with 431 additions and 27 deletions

View File

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