export type ResponseSelfServiceDonation = { donor: string; amount: number; amountPerDistance: number; };