frontend/.pnpm-store/v3/files/88/f7224c2e3474f84d29047886d34dfe9c938e963ccfc3d1b679a15ff994edbb5f2e86ee121755eb8bc56e3d36684ea707837fe4e093d1f5d09c3c28e0d0f788

5 lines
77 B
Plaintext

export type DonorNotFoundError = {
name: string;
message: string;
};