5 lines
80 B
Plaintext
5 lines
80 B
Plaintext
export type DonationNotFoundError = {
|
|
name: string;
|
|
message: string;
|
|
};
|