export type User = { id: number; donor: boolean; name: string; email: string; };