export type FixedDonation = { _amount: number; amount: number; id: number; paidAmount: number; };