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

This commit is contained in:
2021-04-03 16:30:05 +00:00
parent 0d8d8f1af4
commit 1a378fcea9
9 changed files with 35 additions and 10 deletions

View File

@@ -0,0 +1,6 @@
export declare type ResponseSelfServiceDonor = {
id: number;
firstname: string;
middlename: string;
lastname: string;
};

View File

@@ -0,0 +1,5 @@
"use strict";
/* istanbul ignore file */
/* tslint:disable */
/* eslint-disable */
Object.defineProperty(exports, "__esModule", { value: true });

View File

@@ -2,7 +2,7 @@ export declare type ResponseSelfServiceRunner = {
distance: number;
donationAmount: number;
group: string;
donations: string;
distanceDonations: string;
token?: string;
id: number;
firstname: string;