export type ResponseDonation = { id: number; donor: string; amount: number; paidAmount: number; };