frontend/.pnpm-store/v3/files/bc/9fe021023d4f6489e805bf5d999c54c70ea5f2a2bfa7b4d826eeaff6614909682ddbff44e4c5aec32849236f26aaa21dc57ff380e841bcaea802a20423d81b

5 lines
83 B
Plaintext

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