6 lines
94 B
Plaintext
6 lines
94 B
Plaintext
export type UpdateDonation = {
|
|
id: number;
|
|
donor: number;
|
|
paidAmount?: number;
|
|
};
|