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