export type ResponseSelfServiceDonor = { id: number; firstname: string; middlename: string; lastname: string; };