export type ResponseDistanceDonation = { runner: any; amountPerDistance: number; id: number; donor: string; amount: number; paidAmount: number; };