export type DistanceDonation = { runner: string; amountPerDistance: number; id: number; paidAmount: number; };