🚀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

@@ -4,4 +4,5 @@ export declare type ResponseDistanceDonation = {
id: number;
donor: string;
amount: number;
paidAmount: number;
};