export type UpdateFixedDonation = { amount: number; id: number; donor: number; paidAmount?: number; };