This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
export declare type ResponseSelfServiceDonation = {
|
||||
donor: string;
|
||||
amount: number;
|
||||
amountPerDistance: number;
|
||||
};
|
||||
+5
@@ -0,0 +1,5 @@
|
||||
"use strict";
|
||||
/* istanbul ignore file */
|
||||
/* tslint:disable */
|
||||
/* eslint-disable */
|
||||
Object.defineProperty(exports, "__esModule", { value: true });
|
||||
+13
@@ -0,0 +1,13 @@
|
||||
export declare type ResponseSelfServiceRunner = {
|
||||
distance: number;
|
||||
donationAmount: number;
|
||||
group: string;
|
||||
donations: string;
|
||||
id: number;
|
||||
firstname: string;
|
||||
middlename: string;
|
||||
lastname: string;
|
||||
phone: string;
|
||||
email: string;
|
||||
address?: any;
|
||||
};
|
||||
+5
@@ -0,0 +1,5 @@
|
||||
"use strict";
|
||||
/* istanbul ignore file */
|
||||
/* tslint:disable */
|
||||
/* eslint-disable */
|
||||
Object.defineProperty(exports, "__esModule", { value: true });
|
||||
Reference in New Issue
Block a user