🚀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

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