frontend/.pnpm-store/v3/files/27/a7392c8edc868cef230f7993a65e5eb5af5a367efc7d1242aa013a3b88771fadfe161b3dc0fe88d21c6f2961289bae4e1134b10377cacae95901325ff66cfd

5 lines
86 B
Plaintext

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