5 lines
86 B
Plaintext
5 lines
86 B
Plaintext
export type DonationIdsNotMatchingError = {
|
|
name: string;
|
|
message: string;
|
|
};
|