5 lines
78 B
Plaintext
5 lines
78 B
Plaintext
export type CreateDonation = {
|
|
donor: number;
|
|
paidAmount?: number;
|
|
};
|